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 cfc0e0c commit d1bf4f4Copy full SHA for d1bf4f4
.github/workflows/test_report.yml
@@ -1,7 +1,9 @@
1
name: "Test Report"
2
on:
3
workflow_run:
4
- workflows: ["Pull Request", "NPM Release"] # runs after Pull Request workflow
+ workflows:
5
+ - Pull Request
6
+ - NPM Release
7
types:
8
- completed
9
permissions:
0 commit comments