Fix wrongly using github.ref in workflow_run actions which always refer to develop (#22321)
This commit is contained in:
parent
11a3011cbd
commit
7c949f9f5a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonarqube.yml
vendored
2
.github/workflows/sonarqube.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
types:
|
||||
- completed
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
prdetails:
|
||||
|
|
Loading…
Reference in a new issue