Skip to content

Commit

Permalink
Update status page once per day
Browse files Browse the repository at this point in the history
Once an hour is probably not necessary and is making the repo very big.
  • Loading branch information
tstellar authored Oct 24, 2023
1 parent 0985dec commit 9b303ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0-5 * * * *'
- cron: '0-5 0-1 * * *'


jobs:
Expand Down

0 comments on commit 9b303ec

Please sign in to comment.