Skip to content

Commit

Permalink
Update GitHub Actions schedule to run monthly on the first day
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnthompson committed Jan 29, 2025
1 parent abc06dc commit b18424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
- cron: '0 0 1 * *' # Runs on the first day of every month at midnight UTC
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down

0 comments on commit b18424c

Please sign in to comment.