Skip to content

Commit 32503cd

Browse files
authored
ci: trigger publisher by workflow file path (.github/workflows/test.yml) for robustness (#3577)
1 parent 2fb19d4 commit 32503cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-pr-screenshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Publish PR Screenshot
22

33
on:
44
workflow_run:
5-
workflows: ["Test"]
5+
workflows:
6+
- ".github/workflows/test.yml"
67
types: [completed]
78

89
jobs:

0 commit comments

Comments
 (0)