feat: restrict workflow concurrency per branch
Protects the cache from competing workflow runs on a per branch basis. PR: #53
This commit is contained in:
parent
2eb634739f
commit
3a6b0f0d23
4
.github/workflows/containers.yml
vendored
4
.github/workflows/containers.yml
vendored
@ -17,8 +17,8 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency: ${{ github.workflow }}
|
||||
|
||||
concurrency: ${{ github.ref }}/${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
architectures:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user