Skip to content

Commit 3e35297

Browse files
committed
ci: setup compatibility runs also weekly
Because CI for package compatibility are a intentionally a "moving target" for package updates, it is not enough to depend on running just after commit to master. When long time pass, build is often broken due compatibility changes irrelevant to actual code change. So this change is intended to at least spot problems before such situation and ease debugging of CI.
1 parent 1b3f1c9 commit 3e35297

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests-compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: [ master ]
99
pull_request:
1010
branches: [ master ]
11+
schedule:
12+
- cron: '0 0 * * SUN'
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)