From 1c3d26d552549183735afcffe457300d9eadb5d3 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 24 Sep 2023 13:20:14 +0100 Subject: [PATCH] ci tweak --- .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 8267fa8..189f2a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} publish: - needs: test + needs: [test, build] if: success() && startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest steps: