Skip to content

Commit 9e3d122

Browse files
committed
Shift timing of snapshot creation
1 parent adcdd5f commit 9e3d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-daily-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Create daily S3 snapshots
44
# yamllint disable-line rule:truthy
55
on:
66
schedule:
7-
- cron: '30 12 * * *'
7+
- cron: '0 15 * * *'
88

99
workflow_dispatch:
1010
inputs:

0 commit comments

Comments
 (0)