Re-instate concurrency check on pipeline
This commit is contained in:
parent
310fa055c3
commit
7f4cc68389
1 changed files with 4 additions and 0 deletions
4
.github/workflows/bouncer.yml
vendored
4
.github/workflows/bouncer.yml
vendored
|
|
@ -14,6 +14,10 @@ on:
|
|||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: bouncer-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
should_push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue