diff --git a/.github/workflows/update_golang_dependencies.yml b/.github/workflows/update_golang_dependencies.yml index 55b76432698..e136e4eebda 100644 --- a/.github/workflows/update_golang_dependencies.yml +++ b/.github/workflows/update_golang_dependencies.yml @@ -2,7 +2,7 @@ name: Update Golang Dependencies on: schedule: - - cron: "0 0 * * *" # Runs every day at midnight UTC + - cron: "0 0 * * 0" # Runs every week at midnight UTC workflow_dispatch: permissions: read-all