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