From 6d1c0bc7d4a8404bf5c6b8405bffeee44ce7525e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 21 Nov 2025 17:30:16 +0100 Subject: [PATCH] [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. --- .github/workflows/sycl-containers.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sycl-containers.yaml b/.github/workflows/sycl-containers.yaml index ee6f808f06ab2..635424ede97ab 100644 --- a/.github/workflows/sycl-containers.yaml +++ b/.github/workflows/sycl-containers.yaml @@ -23,6 +23,11 @@ on: - 'devops/scripts/install_build_tools.sh' - '.github/workflows/sycl-containers.yaml' +concurrency: + # Cancel a currently running workflow from the same PR, branch or tag. + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} + cancel-in-progress: true + permissions: read-all jobs: