We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795f77e + 3cdb9b0 commit 28a070fCopy full SHA for 28a070f
.github/workflows/test-gpu.yml
@@ -13,7 +13,7 @@ on:
13
# Cancel the job if new commits are pushed
14
# https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre
15
concurrency:
16
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
17
cancel-in-progress: true
18
jobs:
19
set-pending:
0 commit comments