Skip to content

Commit

Permalink
throttle vendor images cron
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Apr 7, 2024
1 parent 4f4a4cc commit 428829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-vendor-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vendor-images-cron
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 */7 * *"
jobs:
build-matrix:
name: Create Build Matrix
Expand Down

0 comments on commit 428829b

Please sign in to comment.