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 8657bf7 commit ee8e95bCopy full SHA for ee8e95b
.github/workflows/sycl-post-commit.yml
@@ -20,11 +20,8 @@ on:
20
- ./devops/actions/cached_checkout
21
22
concurrency:
23
- # Cancel a currently running workflow from the same PR or commit hash.
24
- # We need to use the user's branch name (which is in different variables
25
- # for pull request events and push events) so that making a PR from a
26
- # sycl-devops-pr branch doesn't cause two postcommit runs.
27
- group: "${{ github.actor }}-${{ github.head_ref || github.ref_name }}"
+ # Cancel a currently running workflow from the same PR or commit hash.
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
28
cancel-in-progress: true
29
30
permissions: read-all
0 commit comments