mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 04:43:44 +00:00
.github: Change the run name for OnPRStateChangedPriv
(cherry picked from commit e98887f3dc)
This commit is contained in:
committed by
Asterisk Development Team
parent
18206add1c
commit
7d3ab32291
2
.github/workflows/OnPRStateChangedPriv.yml
vendored
2
.github/workflows/OnPRStateChangedPriv.yml
vendored
@@ -11,7 +11,7 @@
|
||||
# of this workflow name.
|
||||
#
|
||||
name: PRChangedPriv
|
||||
run-name: "PRChangedPriv ${{ github.event.workflow.name }} ${{ github.event.action }}"
|
||||
run-name: "PRChangedPriv ${{ github.event.workflow_run.name }} ${{ github.event.action }}(${{ github.event.workflow_run.conclusion }})"
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [PRChanged]
|
||||
|
||||
Reference in New Issue
Block a user