Fix workflow name for PR binary comment
This commit is contained in:
parent
edfbc2538d
commit
8cc5ec6797
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-pr-comment.yml
vendored
2
.github/workflows/publish-pr-comment.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Comment on pull request
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['Test workflow with upload']
|
||||
workflows: ['Publish (PR)']
|
||||
types: [completed]
|
||||
jobs:
|
||||
pr_comment:
|
||||
|
|
Reference in a new issue