mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Fix main branch concurrency group
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
de0d0f7cee
commit
e69db3d7ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
|||
name: Build and Test
|
||||
runs-on: ubuntu-20.04-8core-sl
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-main
|
||||
cancel-in-progress: false
|
||||
group: ${{ github.workflow }}-main-${{ matrix.images.target }}
|
||||
cancel-in-progress: true
|
||||
permissions:
|
||||
contents: read
|
||||
deployments: write
|
||||
|
|
Loading…
Reference in a new issue