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 61cbc36 commit 0441dcdCopy full SHA for 0441dcd
.github/workflows/sycl-post-commit.yml
@@ -20,7 +20,10 @@ on:
20
- ./devops/actions/cached_checkout
21
22
concurrency:
23
- # Cancel a currently running workflow from the same PR or commit hash.
+ # 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 }}"
28
cancel-in-progress: true
29
0 commit comments