ci: disable finer grained concurrency

This commit is contained in:
Phillip Cloud 2024-05-09 10:47:57 -04:00
parent 291a863e86
commit c6e007a57c
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -8,7 +8,7 @@ on:
- "master"
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
group: ${{ github.repository }}-${{ github.workflow }}
cancel-in-progress: true
jobs: