From 06b65b6fed48f5302bd27aa2d20da16551335cfa Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Wed, 29 Jan 2025 13:29:39 +0100 Subject: [PATCH] ci(tests): add concurrency group (#143) ## Description This pull request adds a concurrency group to prevent race between different PRs. 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