Fix wrongly using github.ref in workflow_run actions which always refer to develop (#22321)
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
prdetails:
|
prdetails:
|
||||||
|
|||||||
Reference in New Issue
Block a user