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 797177b commit 6302a7cCopy full SHA for 6302a7c
.github/workflows/sycl-post-commit.yml
@@ -21,7 +21,7 @@ on:
21
22
concurrency:
23
# Cancel a currently running workflow from the same PR or commit hash.
24
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ group: "${{ github.actor }}-${{ github.head_ref || github.ref_name }}"
25
cancel-in-progress: true
26
27
permissions: read-all
0 commit comments