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.
1 parent 6b647ef commit 143ca47Copy full SHA for 143ca47
.github/workflows/test-deploy-main.yml
@@ -172,7 +172,7 @@ jobs:
172
# Send data point 1 to metric RunTimeTestsFailure, if success
173
runs-on: ubuntu-latest
174
environment: ci
175
- needs: build
+ needs: build-test
176
if: ${{ failure() }}
177
steps:
178
- name: Configure AWS credentials
@@ -187,7 +187,7 @@ jobs:
187
# Send data point 0 to metric RunTimeTestsFailure, if success
188
189
190
191
if: ${{ success() }}
192
193
0 commit comments