mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Fix workflow name for PR binary comment
This commit is contained in:
parent
edfbc2538d
commit
8cc5ec6797
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:
|
||||
|
Loading…
Reference in New Issue
Block a user