diff --git a/.github/workflows/ci-commit.yml b/.github/workflows/ci-commit.yml index 83d34133c..e5bea170c 100644 --- a/.github/workflows/ci-commit.yml +++ b/.github/workflows/ci-commit.yml @@ -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 \ No newline at end of file + uses: ./.github/workflows/ci-lint.yml \ No newline at end of file diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 9678d9303..7ad0e505c 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -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: