add concurrency limit to actions (#23)
This commit is contained in:
@@ -16,6 +16,11 @@ on:
|
|||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '.github/linters/**'
|
- '.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:
|
jobs:
|
||||||
|
|
||||||
call-docker-build:
|
call-docker-build:
|
||||||
|
|||||||
5
.github/workflows/call-super-linter.yaml
vendored
5
.github/workflows/call-super-linter.yaml
vendored
@@ -9,6 +9,11 @@ on:
|
|||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
# 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:
|
jobs:
|
||||||
call-super-linter:
|
call-super-linter:
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,11 @@ on:
|
|||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '.github/linters/**'
|
- '.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:
|
jobs:
|
||||||
call-docker-build:
|
call-docker-build:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user