Skip to content

Commit 36564f5

Browse files
committed
Run upstream sync cron earlier
The cron time is defined as UTC, so the upstream sync will now run at 08:15 Central European Time during summer.
1 parent 9095758 commit 36564f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/source-repo-sync/templates/upstream-sync.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Upstream Sync
33
'on':
44
schedule:
5-
- cron: "15 8 * * 1"
5+
- cron: "15 6 * * 1"
66
workflow_dispatch:
77
permissions:
88
contents: write

0 commit comments

Comments
 (0)