Update workflow schedules and add comments for clarity#179
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates developer tooling and CI schedules to run recurring maintenance builds with clearer documentation of when scheduled jobs run.
Changes:
- Bump several
pre-commithook revisions (pre-commit-hooks, black, isort, clang-format). - Add a weekly scheduled trigger to the Windows workflow.
- Add/inline comments describing the cron schedules in multiple workflows.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.pre-commit-config.yaml |
Updates hook revisions, including clang-format mirror version. |
.github/workflows/windows.yml |
Adds a scheduled weekly run (Wednesday 18:46 UTC). |
.github/workflows/wheels.yml |
Adds a clarifying comment for the existing scheduled run (Tuesday 18:46 UTC). |
.github/workflows/codeql.yml |
Adds an inline comment clarifying the existing scheduled run (Tuesday 15:26 UTC). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Piotr Pich <ppich@student.agh.edu.pl>
grzanka
approved these changes
Mar 14, 2026
This was referenced Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added schedule to windows.yml, and added comments to clarify.
This pull request updates workflow schedules and development tool versions to keep the CI/CD process current and improve maintainability. The most important changes are grouped below:
Workflow scheduling improvements:
codeql.ymlworkflow to clarify its scheduled run time.wheels.ymlworkflow to clarify its scheduled run time.windows.ymlworkflow to execute every Wednesday at 18:46 UTC.Development tool version updates:
.pre-commit-config.yaml:pre-commit-hooksto v6.0.0,blackto 26.3.1,isortto 8.0.1, andclang-formatto v22.1.1.clang-formatversion inrequirements-dev.txtfrom 22.1.0 to 22.1.1 for consistency with pre-commit configuration.