Skip to content

Commit c6d8b4e

Browse files
committed
Added workflow_run test
1 parent 9e5141c commit c6d8b4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow_run_sink.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: workflow_run sink
22
on:
33
workflow_run:
4-
workflows: ["workflow_run_source"]
4+
# This cannot be the file name, it must be the display name :/
5+
workflows: ["workflow_run source"]
56
types: ["completed"]
67
jobs:
78
test:

0 commit comments

Comments
 (0)