feat: automatically cancel other running action jobs from same branch

This commit is contained in:
Pierre Mavro
2021-11-17 17:22:37 +01:00
parent de9ef120de
commit 7142d94500

View File

@@ -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