From 871c6c8754868ffd9b9e4a539e8321e9efaa2f96 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Sun, 8 Sep 2024 16:35:40 -0400 Subject: [PATCH] chore: try again --- .github/workflows/ci-commit.yml | 4 +--- .github/workflows/ci-lint.yml | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) 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: