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
fix: prevent dep-guard from skipping downstream jobs on push (#8076)
## Summary
Remove goreleaser's dependency on dep-guard to prevent GitHub Actions'
transitive skip propagation from skipping all test jobs on push/tag
events.
dep-guard still gates PR merges via the aggregator job.
## Root cause
dep-guard has `if: github.event_name == 'pull_request'` → skipped on
push → goreleaser depends on it → all downstream jobs transitively
skipped.
## Test plan
- [ ] Push to release branch triggers all test jobs (not skipped)
- [ ] PR still runs dep-guard and gates merge via aggregator
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments