Skip to content

Commit

Permalink
ci: setup compatibility runs also weekly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
phanak-sap committed Jan 9, 2024
1 parent 1b3f1c9 commit 3e35297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-tests-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * SUN'

jobs:
build:
Expand Down

0 comments on commit 3e35297

Please sign in to comment.