Skip to content

Commit

Permalink
Add monthly CI via GitHub Actions cron
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Aug 27, 2024
1 parent f76d3b4 commit d22944d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
#
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
- cron: '1 2 3 * *' # run at 2:01 every month on the 3rd day

jobs:
run-tests:
Expand Down

0 comments on commit d22944d

Please sign in to comment.