Skip to content

Commit 236e17d

Browse files
Add branch restrictions to workflow_run trigger in ci-doctor workflow (#69)
1 parent bb3add6 commit 236e17d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

workflows/ci-doctor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflows: ["Daily Perf Improver", "Daily Test Coverage Improver"] # Monitor the CI workflow specifically
55
types:
66
- completed
7+
branches:
8+
- main
79
# This will trigger only when the CI workflow completes with failure
810
# The condition is handled in the workflow body
911
stop-after: +48h

0 commit comments

Comments
 (0)