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