Skip to content

Commit afa29bc

Browse files
committed
fix build step reference
1 parent 59c8daa commit afa29bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- tests_aws
9292
- tests_azure
9393
runs-on: ubuntu-latest
94-
if: startsWith(github.ref, 'refs/tags/') && needs.build_and_test.outputs.is_semantic_tag == 'true'
94+
if: startsWith(github.ref, 'refs/tags/') && needs.build.outputs.is_semantic_tag == 'true'
9595
steps:
9696
- name: Checkout the repo
9797
uses: actions/checkout@v3

0 commit comments

Comments
 (0)