We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb19d4 commit 32503cdCopy full SHA for 32503cd
.github/workflows/publish-pr-screenshot.yml
@@ -2,7 +2,8 @@ name: Publish PR Screenshot
2
3
on:
4
workflow_run:
5
- workflows: ["Test"]
+ workflows:
6
+ - ".github/workflows/test.yml"
7
types: [completed]
8
9
jobs:
0 commit comments