You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: skip jobs requiring secrets when running from forks
Add conditional checks to skip CI jobs that require ANTHROPIC_API_KEY
when PRs come from forks, since fork PRs don't have access to repo
secrets. This prevents unnecessary CI failures for external contributors.
Affected jobs:
- test-e2e
- test-e2e-docker
- test-examples
- claude-review
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments