Fix wrongly using github.ref in workflow_run actions which always refer to develop (#22321)

pull/22348/head
Michael Telatynski 2022-05-24 12:36:15 +01:00 committed by GitHub
parent 11a3011cbd
commit 7c949f9f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: