mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
Add concurrency group to CI to reduce duplication
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
bc174e3f5c
commit
994e7ba0aa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
|||
runs-on: ubuntu-20.04-8core-sl
|
||||
permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue