Skip to content

Commit d0e40f0

Browse files
authored
Update pull-request-sonar.yml
1 parent 6fb5ec8 commit d0e40f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-sonar.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
quality-gitleaks:
4545
if: ${{ inputs.gitleaks }}
4646
concurrency:
47-
group: ${{ matrix.os }}-${{ github.workflow }}-${{ github.ref }}
47+
group: ${{ github.workflow }}-${{ github.ref }}
4848
cancel-in-progress: true
4949
runs-on: ubuntu-latest
5050
steps:
@@ -65,7 +65,7 @@ jobs:
6565
quality-zaproxy:
6666
if: ${{ inputs.zaproxy }}
6767
concurrency:
68-
group: ${{ matrix.os }}-${{ github.workflow }}-${{ github.ref }}
68+
group: ${{ github.workflow }}-${{ github.ref }}
6969
cancel-in-progress: true
7070
runs-on: ubuntu-latest
7171
steps:
@@ -86,7 +86,7 @@ jobs:
8686
quality-sonarqube:
8787
if: ${{ inputs.sonar-qube }}
8888
concurrency:
89-
group: ${{ matrix.os }}-${{ github.workflow }}-${{ github.ref }}
89+
group: ${{ github.workflow }}-${{ github.ref }}
9090
cancel-in-progress: true
9191
runs-on: ubuntu-latest
9292
steps:

0 commit comments

Comments
 (0)