We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59c8daa + afa29bc commit 380878dCopy full SHA for 380878d
.github/workflows/push.yml
@@ -91,7 +91,7 @@ jobs:
91
- tests_aws
92
- tests_azure
93
runs-on: ubuntu-latest
94
- 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'
95
steps:
96
- name: Checkout the repo
97
uses: actions/checkout@v3
0 commit comments