Re-instate concurrency check on pipeline

This commit is contained in:
Greyscale 2024-02-08 17:19:17 +01:00
parent 310fa055c3
commit 7f4cc68389
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

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