Skip to content

Commit 3d54204

Browse files
authored
Merge pull request #412 from hugovk/weekly-cron
Update vendor schemas weekly instead of daily
2 parents a4e2787 + 845f8e5 commit 3d54204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily.yaml renamed to .github/workflows/cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: daily
22
on:
3-
# build every day at 4:00 AM UTC
3+
# build on Sunday at 4:00 AM UTC
44
schedule:
5-
- cron: '0 4 * * *'
5+
- cron: '0 4 * * 0'
66
workflow_dispatch:
77

88

0 commit comments

Comments
 (0)