From afa29bc756b74d10c0daeab58bbd9a2145541d2a Mon Sep 17 00:00:00 2001 From: odin Date: Thu, 1 Jun 2023 09:25:36 +0200 Subject: [PATCH] fix build step reference --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f50f036..b7960dc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -91,7 +91,7 @@ jobs: - tests_aws - tests_azure runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') && needs.build_and_test.outputs.is_semantic_tag == 'true' + if: startsWith(github.ref, 'refs/tags/') && needs.build.outputs.is_semantic_tag == 'true' steps: - name: Checkout the repo uses: actions/checkout@v3