Skip to content

Commit

Permalink
ci(test-report): run test-repo workflow after "CI" workflow is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jan 27, 2023
1 parent 0d5e22f commit 180778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Test Report"
on:
workflow_run:
# runs after CI workflow
workflows: ["Check build on various systems and node versions"]
workflows: ["CI"]
types:
- completed

Expand Down

0 comments on commit 180778b

Please sign in to comment.