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
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -17,7 +17,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}
|
concurrency: ${{ github.ref }}/${{ github.workflow }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
architectures:
|
architectures:
|
||||||
|
Loading…
Reference in New Issue
Block a user