Skip to content

Commit 61cbc36

Browse files
committed
[CI] Only run one post commit job on a push to a pull request in sycl-devops-pr
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 0a3a324 commit 61cbc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
concurrency:
2323
# Cancel a currently running workflow from the same PR or commit hash.
24-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
24+
group: "${{ github.actor }}-${{ github.head_ref || github.ref_name }}"
2525
cancel-in-progress: true
2626

2727
permissions: read-all

0 commit comments

Comments
 (0)