Skip to content

Commit

Permalink
Add monthly cron job for GHA (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Nov 20, 2021
1 parent 47019e3 commit cb2c115
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
release:
types:
- published
schedule:
- cron: "14 14 20 * *"

jobs:
linkcheck:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
release:
types:
- published
schedule:
- cron: "14 14 20 * *"

# Use bash by default in all jobs
defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
release:
types:
- published
schedule:
- cron: "14 14 20 * *"

# Use bash by default in all jobs
defaults:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ v2.0.x
``numba>=0.54``.
- Cannot use ``matplotlib==3.5.0`` to build the gallery (matplotlib#21688).
- Move up the minimum matplotlib in the tests.
- Added a Cron-job to run the tests monthly; every 20th at 14:14.


v2.1.2: Bugfix np.seterr(all='ignore')
Expand Down

0 comments on commit cb2c115

Please sign in to comment.