Skip to content

Commit 0441dcd

Browse files
committed
add comment
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 61cbc36 commit 0441dcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sycl-post-commit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ on:
2020
- ./devops/actions/cached_checkout
2121

2222
concurrency:
23-
# Cancel a currently running workflow from the same PR or commit hash.
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.
2427
group: "${{ github.actor }}-${{ github.head_ref || github.ref_name }}"
2528
cancel-in-progress: true
2629

0 commit comments

Comments
 (0)