Skip to content

Commit 28a070f

Browse files
authored
Merge branch 'main' into refactor-groups-and-generator
2 parents 795f77e + 3cdb9b0 commit 28a070f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
# Cancel the job if new commits are pushed
1414
# https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre
1515
concurrency:
16-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
16+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
1717
cancel-in-progress: true
1818
jobs:
1919
set-pending:

0 commit comments

Comments
 (0)