feat: restrict concurrency of containers
workflow
Protects the cache by queuing workflow runs. PR: #38
This commit is contained in:
parent
0053ccff95
commit
955a1757a1
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -10,6 +10,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency: ${{ github.workflow }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user