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 b203b8a commit 8d0b9c0Copy full SHA for 8d0b9c0
.github/workflows/bench.yml
@@ -203,8 +203,5 @@ jobs:
203
echo "jobs info: ${{ toJSON(needs) }}"
204
- if: contains(needs.*.result, 'failure')
205
run: exit 1
206
- - if: contains(needs.*.result, 'cancelled')
207
- name: cancelling
208
- uses: andymckay/[email protected]
209
- - name: Waiting for cancellation
210
- run: sleep 60
+ - if: contains(needs.*.result, 'cancelled') && needs.pre_job.outputs.should_skip != 'true'
+ run: exit 1
0 commit comments