Commit e2cebde
chore(ci): Disable codeowners-coverage workflow (#112390)
Disabling the `codeowners-coverage` for now as it is an optional check
and people are getting flagged to fix things unrelated to their PR. We
should only be flagging people that touch unowned things as the
implication is they’re in a position to understand those things. We will
re-enable after improving this check.
Disables the `codeowners-coverage` GitHub Actions workflow by commenting
out the `pull_request` trigger and switching to `workflow_dispatch`
only. This prevents the workflow from running automatically on PRs while
still allowing manual triggering if needed.
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent df89359 commit e2cebde
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments