Skip to content

Commit 6f8d28f

Browse files
authored
Fix trigger of comment
1 parent 5d9b6ac commit 6f8d28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Comment on PR
77

88
on:
99
workflow_run:
10-
workflows: ["Tests", "On PR opened/updated"]
10+
workflows: ["Source Code Tests", "On PR opened/updated", "PR Tests"]
1111
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
1212
types: [completed]
1313
workflow_dispatch:

0 commit comments

Comments
 (0)