From 8df9d6c5f9ff16cbf6b4701570b335bb20208b62 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Wed, 29 Jan 2025 13:28:22 +0100 Subject: [PATCH] ci: add cocnurrency group Signed-off-by: Mateusz Urbanek --- .github/workflows/tests-secure.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests-secure.yaml b/.github/workflows/tests-secure.yaml index 4cf2a56..b0d5565 100644 --- a/.github/workflows/tests-secure.yaml +++ b/.github/workflows/tests-secure.yaml @@ -7,6 +7,10 @@ on: branches: - "main" +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: false + jobs: integration: runs-on: ubuntu-latest