Skip to content

Commit

Permalink
Update cron
Browse files Browse the repository at this point in the history
Run 3 times a week at 06:00 UTC
  • Loading branch information
petarov authored Feb 18, 2025
1 parent dbf8b4d commit babb583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
schedule:
- cron: '0 5 * * 1,3,5,6' # 05:00 (UTC)
- cron: '0 6 * * 1,3,5' # 06:00 (UTC)
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit babb583

Please sign in to comment.