We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcdd5f commit 9e3d122Copy full SHA for 9e3d122
.github/workflows/create-daily-snapshots.yml
@@ -4,7 +4,7 @@ name: Create daily S3 snapshots
4
# yamllint disable-line rule:truthy
5
on:
6
schedule:
7
- - cron: '30 12 * * *'
+ - cron: '0 15 * * *'
8
9
workflow_dispatch:
10
inputs:
0 commit comments