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
feat: separate PR cleanup workflow to only run on merge to main
Create dedicated cleanup workflow that only runs when PRs are merged to main,
rather than on every PR update. This prevents interference with active
development and debugging while ensuring proper resource cleanup.
Changes:
- Add wg-easy-pr-cleanup.yaml workflow triggered only on PR merge
- Remove cleanup job from wg-easy-pr-validation.yaml
- Add informational message about resource cleanup in validation workflow
- Update CLAUDE.md documentation to explain new cleanup strategy
- Maintain same cleanup logic using task cleanup-pr-resources
Benefits:
- Resources remain available during PR development for testing/debugging
- No unnecessary cleanup API calls during PR updates
- Clear separation of validation vs cleanup concerns
- Manual cleanup option still available via task command
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments