Skip to content

Commit 6504e2c

Browse files
committed
Disambiguate the two scan reusable workflows
1 parent e533866 commit 6504e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_checkmarx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: true
2121

2222
concurrency:
23-
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref || github.ref }}
23+
group: ${{ github.repository }}-${{ github.workflow }}-checkmarx-${{ github.event.pull_request.number || github.head_ref || github.ref }}
2424
cancel-in-progress: true
2525

2626
permissions: {}

.github/workflows/_sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
required: true
2525

2626
concurrency:
27-
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref || github.ref }}
27+
group: ${{ github.repository }}-${{ github.workflow }}-sonar-${{ github.event.pull_request.number || github.head_ref || github.ref }}
2828
cancel-in-progress: true
2929

3030
permissions: {}

0 commit comments

Comments
 (0)