Skip to content

Commit 8b0ef95

Browse files
committed
ci: Slightly change the scheduled time
Originally, the build-verify.yml workflow was scheduled for 00:00 UTC, but GitHub somehow was not scheduling. Change the frequency to a less busy time.
1 parent 7c45f4e commit 8b0ef95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create reproducible builds for this repo
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 4 * * *'
66
workflow_dispatch:
77
push:
88

0 commit comments

Comments
 (0)