add concurrency limit to actions (#23)
This commit is contained in:
@@ -16,6 +16,11 @@ on:
|
||||
- 'README.md'
|
||||
- '.github/linters/**'
|
||||
|
||||
# cancel any previously-started, yet still active runs of this workflow on the same branch
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
call-docker-build:
|
||||
|
||||
Reference in New Issue
Block a user