Skip to content

JAVASE-193 Do not run nightly builds on weekends#79

Merged
tomasz-tylenda-sonarsource merged 1 commit intomasterfrom
tt/weekday-only-schedules
Apr 10, 2026
Merged

JAVASE-193 Do not run nightly builds on weekends#79
tomasz-tylenda-sonarsource merged 1 commit intomasterfrom
tt/weekday-only-schedules

Conversation

@tomasz-tylenda-sonarsource
Copy link
Copy Markdown
Contributor

@tomasz-tylenda-sonarsource tomasz-tylenda-sonarsource commented Apr 8, 2026

Restrict scheduled workflow runs to weekdays (Mon-Fri) to avoid unnecessary weekend builds

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@hashicorp-vault-sonar-prod hashicorp-vault-sonar-prod Bot changed the title Do not run nightly builds on weekends JAVASE-193 Do not run nightly builds on weekends Apr 8, 2026
@hashicorp-vault-sonar-prod
Copy link
Copy Markdown
Contributor

hashicorp-vault-sonar-prod Bot commented Apr 8, 2026

JAVASE-193

@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha Bot commented Apr 8, 2026

Summary

Modifies cron schedules in two GitHub Actions workflows to run only on weekdays (Mon-Fri), eliminating unnecessary weekend builds. Updates build.yml (1:30 AM UTC) and unified-dogfooding.yml (3:00 AM UTC) by adding 1-5 to the day-of-week cron field. No changes to workflow logic or behavior—purely schedule-based filtering.

What reviewers should know

Verification: Both changes follow the same pattern (replacing * * * with * * 1-5 in day-of-week field). Cron syntax is correct: 1=Monday, 5=Friday in GitHub Actions. Scope check: Confirm these are the only scheduled workflows intended for weekday-only runs. If other nightly/scheduled workflows exist, they may need similar updates. Timezone note: Both use UTC times, so the weekday boundary matches UTC midnight, not local time. Testing: No test failures expected since this is scheduling only—no functional changes.


  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented Apr 8, 2026

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Minimal, correct change — both cron expressions are updated consistently and the 1-5 day-of-week field is valid GitHub Actions syntax for Monday through Friday.

🗣️ Give feedback

@tomasz-tylenda-sonarsource tomasz-tylenda-sonarsource merged commit ef85b18 into master Apr 10, 2026
10 checks passed
@tomasz-tylenda-sonarsource tomasz-tylenda-sonarsource deleted the tt/weekday-only-schedules branch April 10, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants