Skip to content

CI: Schedule CI every 6 months#76

Merged
adrien-berchet merged 1 commit intomainfrom
ci_schedule
Jul 3, 2025
Merged

CI: Schedule CI every 6 months#76
adrien-berchet merged 1 commit intomainfrom
ci_schedule

Conversation

@adrien-berchet
Copy link
Copy Markdown
Member

No description provided.

@adrien-berchet adrien-berchet requested a review from Copilot July 3, 2025 07:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a biannual schedule to the CI workflow so that tests run automatically every six months.

  • Introduces a schedule trigger under on: in run-tox.yml
  • Uses a cron expression to run at 2:00 UTC on January 15 and July 15
Comments suppressed due to low confidence (1)

.github/workflows/run-tox.yml:10

  • [nitpick] Consider using a step-based cron pattern like "0 2 15 */6 *" instead of explicit months to make the biannual schedule clearer and less error-prone.
    - cron: "0 2 15 1,7 *"

@adrien-berchet adrien-berchet merged commit 041c3b7 into main Jul 3, 2025
9 checks passed
@adrien-berchet adrien-berchet deleted the ci_schedule branch July 3, 2025 07:54
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