.github: Change the run name for OnPRStateChangedPriv

This commit is contained in:
George Joseph
2024-12-18 08:19:50 -07:00
parent 7700534f17
commit b5fac0bee4
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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]