Rename workflow to reflect its generic nature

This workflow can (pretty much) be used by any other workflow that wants
to post a PR comment.
This commit is contained in:
Harry Maclean
2022-04-04 10:11:54 +12:00
parent e34911118f
commit c2b94e8d1d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# .github/workflows/qhelp-pr-preview.yml
# See that file for more info.
name: Add PR comment with QHelp preview
name: Post PR comment
on:
workflow_run:
workflows: [Render QHelp changes]