diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 779993af1..ffe25777d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -14,6 +14,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: secret-scan: name: Secret Scan