Skip to content

Commit 380878d

Browse files
authored
Merge pull request #76 from keboola/odin-AIS-44
fix build step reference
2 parents 59c8daa + afa29bc commit 380878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)