mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -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
|
runs-on: ubuntu-20.04-8core-sl
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue