[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 <cursoragent@cursor.com>
This commit is contained in:
Ralf W. Grosse-Kunstleve
2026-05-02 11:47:01 -07:00
committed by GitHub
parent d4336108df
commit 0f8396e4ff
2 changed files with 6 additions and 0 deletions

View File

@@ -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:

View File

@@ -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: