Skip to content

Commit 7779471

Browse files
committed
ci/cpu: cancel-in-progress
1 parent 5ca893d commit 7779471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
13-
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
13+
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
1414

1515
defaults:
1616
run:

0 commit comments

Comments
 (0)