fix: use SUN in cron expression for Cloudflare compatibility
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5c291d29ea
commit
39e36dfe76
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ zone_name = "theradicalparty.com"
|
||||||
|
|
||||||
# Weekly digest — Monday 9am AEST (Sunday 23:00 UTC)
|
# Weekly digest — Monday 9am AEST (Sunday 23:00 UTC)
|
||||||
[triggers]
|
[triggers]
|
||||||
crons = ["0 23 * * 0"]
|
crons = ["0 23 * * SUN"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue