diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adc3de0a..11c576c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,10 @@ on: pull_request: branches-ignore: [ main, dev ] +concurrency: + cancel-in-progress: true + group: ${{ github.head_ref }} + jobs: security_audit: runs-on: ubuntu-latest