Skip to content

ci(release): restrict auto-tag to weekdays only#507

Merged
drew merged 4 commits intomainfrom
chore/release-auto-tag-weekdays-only
Mar 20, 2026
Merged

ci(release): restrict auto-tag to weekdays only#507
drew merged 4 commits intomainfrom
chore/release-auto-tag-weekdays-only

Conversation

@drew
Copy link
Collaborator

@drew drew commented Mar 20, 2026

Summary

Restricts the release-auto-tag scheduled workflow to run only on weekdays (Monday–Friday). Previously it ran daily at 7 AM PDT, including weekends.

Changes

  • Updated cron schedule from 0 14 * * * to 0 14 * * 1-5 (Monday through Friday)
  • workflow_dispatch is unchanged, so manual runs are still possible any day

Testing

  • mise run pre-commit — not applicable (YAML-only change)
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

@drew drew requested a review from a team as a code owner March 20, 2026 19:49
@drew drew self-assigned this Mar 20, 2026
johntmyers
johntmyers previously approved these changes Mar 20, 2026
pimlock
pimlock previously approved these changes Mar 20, 2026
@drew drew merged commit 0dd3dbc into main Mar 20, 2026
9 checks passed
@drew drew deleted the chore/release-auto-tag-weekdays-only branch March 20, 2026 23:44
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.

3 participants