Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add weekly scheduled run to all CI workflows #2130

Merged
merged 1 commit into from
May 7, 2024
Merged

CI: Add weekly scheduled run to all CI workflows #2130

merged 1 commit into from
May 7, 2024

Conversation

EwoutH
Copy link
Member

@EwoutH EwoutH commented May 6, 2024

Adds a weekly scheduled run to all CI workflows, which run each Monday at 06:00 UTC. A periodically scheduled run can detect errors and warnings appearing in changes in upstream dependencies or the build environment. By having a scheduled run they can be traced back easier to a dependency or environment change, then if they would pop up in a random PR.

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule for more details.

Also enabled triggering a run manually (the workflow_dispatch).

Adds a weekly scheduled run to all CI workflows, which run each Monday at 06:00 UTC. A periodically scheduled run can detect errors and warnings appearing in changes in upstream dependencies or the build environment. By having a scheduled run they can be traced back easier to a dependency or environment change, then if they would pop up in a random PR.

Also enabled triggering a run manually (the workflow_dispatch).
@rht rht merged commit 1c0b8d5 into main May 7, 2024
4 of 10 checks passed
@rht rht deleted the ci_schedule branch May 7, 2024 07:33
@EwoutH EwoutH added maintenance Release notes label ci Release notes label and removed maintenance Release notes label labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Release notes label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants