Skip to content

Commit

Permalink
Merge pull request #76 from keboola/odin-AIS-44
Browse files Browse the repository at this point in the history
fix build step reference
  • Loading branch information
odinuv authored Jun 1, 2023
2 parents 59c8daa + afa29bc commit 380878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 380878d

Please sign in to comment.