lukaszlenart opened a new pull request, #47:
URL: https://github.com/apache/struts-intellij-plugin/pull/47

   ## Summary
   - Move `createPrerelease` job from `build.yml` into a dedicated 
`nightly.yml` workflow
   - Run nightly at 2:00 AM UTC with change detection — only builds if new 
commits exist since last pre-release
   - Support manual trigger via `workflow_dispatch` (skips change detection)
   - `build.yml` stays CI-only: build, test, inspect, verify
   
   ## Test plan
   - [ ] Trigger nightly workflow manually via `workflow_dispatch` and confirm 
it builds + publishes
   - [ ] Verify `check-changes` correctly outputs `has_changes=false` when no 
commits since last pre-release
   - [ ] Confirm `build.yml` still works for PR and push events (CI only, no 
pre-release)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to