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

This commit is contained in:
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

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: