Skip to content

Commit

Permalink
Add monthly cron to GHA; every 20th at 14:14 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Nov 20, 2021
1 parent 8a6d263 commit c521be0
Show file tree
Hide file tree
Showing 3 changed files with 6 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

0 comments on commit c521be0

Please sign in to comment.