diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 1b97ae96635b00..7865a4166f81eb 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -1,8 +1,8 @@ name: Tools update on: schedule: - # Run once a week at 00:05 AM UTC on Saturday. - - cron: 5 0 * * 6 + # Run once a week at 00:05 AM UTC on Sunday. + - cron: 5 0 * * 0 workflow_dispatch: