Skip to content

Commit

Permalink
deploy: every 4 hours
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Nov 15, 2024
1 parent f80e41e commit e71b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
# Scheduled tasks only run on the main branch.
schedule:
- cron: '0 10 * * *' # Daily at 10AM UTC.
- cron: '0 */4 * * *' # Every 4 hours.
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit e71b4a1

Please sign in to comment.