From bf5d7b709ea147bb1aaa16a2160e4dd78f4018e9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 Dec 2022 00:00:58 +0000 Subject: [PATCH] ci: release depends on lint, tidy and test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9c46d..dce6a0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: auto-push: true release-please: - needs: [test] + needs: [lint, tidy, test] runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: