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.
cancel-in-progress
1 parent 5ca893d commit 7779471Copy full SHA for 7779471
.github/workflows/cpu-tests.yml
@@ -10,7 +10,7 @@ on:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
13
- cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
14
15
defaults:
16
run:
0 commit comments