Fix workflow name for PR binary comment

This commit is contained in:
jeffvli 2023-01-30 20:03:18 -08:00
parent edfbc2538d
commit 8cc5ec6797

View File

@ -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: