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 379e30b commit 7d217f0Copy full SHA for 7d217f0
.github/workflows/setup-smoke.yml
@@ -164,4 +164,4 @@ jobs:
164
with:
165
name: ${{ steps.smoke-tests.outputs.test-results-name }}
166
path: ${{ steps.smoke-tests.outputs.test-results-path }}
167
- if: ${{ success() || failure() }}
+ if: ${{ !cancelled() && steps.stable_exists.outputs.exists != 'true' }}
0 commit comments