Skip to content

Commit 6dbd481

Browse files
[CI] Add concurrency group for building dockers
as we now build dockers on self-hosted runner, this might be handy to not block the machine.
1 parent 082b595 commit 6dbd481

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
- 'devops/scripts/install_build_tools.sh'
2424
- '.github/workflows/sycl-containers.yaml'
2525

26+
concurrency:
27+
# Cancel a currently running workflow from the same PR, branch or tag.
28+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
29+
cancel-in-progress: true
30+
2631
permissions: read-all
2732

2833
jobs:

0 commit comments

Comments
 (0)