From 0f8396e4fff99814a3b3f96cf30e1832c2d5f03a Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sat, 2 May 2026 11:47:01 -0700 Subject: [PATCH] [skip ci] ci: schedule recurring CI and CIBW runs (#6048) Run ci.yml and tests-cibw.yml twice weekly so master bitrot is easier to spot and root-cause before weekend maintenance. Co-authored-by: Cursor --- .github/workflows/ci.yml | 3 +++ .github/workflows/tests-cibw.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0889ec6a7..33df484a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI on: + # Run on Wednesday and Friday at 06:17 UTC. + schedule: + - cron: "17 6 * * 3,5" workflow_dispatch: pull_request: types: diff --git a/.github/workflows/tests-cibw.yml b/.github/workflows/tests-cibw.yml index f7bca76e7..4a3238e04 100644 --- a/.github/workflows/tests-cibw.yml +++ b/.github/workflows/tests-cibw.yml @@ -1,6 +1,9 @@ name: CIBW on: + # Run on Wednesday and Friday at 06:47 UTC. + schedule: + - cron: "47 6 * * 3,5" workflow_dispatch: pull_request: branches: