Skip to content

Commit

Permalink
chore: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 8, 2024
1 parent 1ad6292 commit 871c6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ on:
# run per commit ci checks against this commit
jobs:
lint:
uses: ./.github/workflows/ci-lint.yml
protonet:
uses: ./.github/workflows/cd-protonet.yml
uses: ./.github/workflows/ci-lint.yml
2 changes: 2 additions & 0 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
proto-lint:
uses: ./.github/workflows/proto.yml
protonet:
uses: ./.github/workflows/cd-protonet.yml
golangci-lint:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 871c6c8

Please sign in to comment.