Skip to content

Commit 0f8396e

Browse files
rwgkcursoragent
andauthored
[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>
1 parent d433610 commit 0f8396e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

33
on:
4+
# Run on Wednesday and Friday at 06:17 UTC.
5+
schedule:
6+
- cron: "17 6 * * 3,5"
47
workflow_dispatch:
58
pull_request:
69
types:

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CIBW
22

33
on:
4+
# Run on Wednesday and Friday at 06:47 UTC.
5+
schedule:
6+
- cron: "47 6 * * 3,5"
47
workflow_dispatch:
58
pull_request:
69
branches:

0 commit comments

Comments
 (0)