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