Skip to content

Commit a667dd8

Browse files
chore: update cron to weekly and add frequency comment
Agent-Logs-Url: https://github.com/geocompx/geocompr/sessions/840d61e6-bed8-4133-ab8c-886a316fbbf0 Co-authored-by: Robinlovelace <1825120+Robinlovelace@users.noreply.github.com>
1 parent 174649f commit a667dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Scheduled
22
on:
33
schedule:
4-
- cron: '0 6 1 * *'
4+
- cron: '0 6 * * 1' # every Monday at 06:00 UTC
55
workflow_dispatch:
66
jobs:
77
bookdown:

0 commit comments

Comments
 (0)