Skip to content

Commit

Permalink
Update vendor schemas weekly instead of daily
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 2, 2024
1 parent a4e2787 commit 845f8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml → .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: daily
on:
# build every day at 4:00 AM UTC
# build on Sunday at 4:00 AM UTC
schedule:
- cron: '0 4 * * *'
- cron: '0 4 * * 0'
workflow_dispatch:


Expand Down

0 comments on commit 845f8e5

Please sign in to comment.