mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-14 02:03:34 +00:00
[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:
committed by
GitHub
parent
d4336108df
commit
0f8396e4ff
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/tests-cibw.yml
vendored
3
.github/workflows/tests-cibw.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user