Skip to content

Commit e2cebde

Browse files
bc-sentryclaude
andauthored
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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeowners-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
# push:
77
# branches:
88
# - master
9-
pull_request:
9+
# pull_request:
10+
workflow_dispatch:
1011

1112
# Cancel in progress workflows on pull_requests.
1213
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

0 commit comments

Comments
 (0)