Skip to content

Commit

Permalink
Reduce the frequency of the golang dependency upgrade CRON (vitessio#…
Browse files Browse the repository at this point in the history
…15008)

Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Jan 22, 2024
1 parent c2d58d0 commit 94ac917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_golang_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Golang Dependencies

on:
schedule:
- cron: "0 0 * * 0" # Runs every week at midnight UTC
- cron: "0 0 1,15 * *" # Runs every month on the 1st and 15th days at midnight UTC
workflow_dispatch:

permissions: read-all
Expand Down

0 comments on commit 94ac917

Please sign in to comment.