diff --git a/.github/workflows/update-tools.yaml b/.github/workflows/update-tools.yaml index 55ba780..5978d97 100644 --- a/.github/workflows/update-tools.yaml +++ b/.github/workflows/update-tools.yaml @@ -1,8 +1,9 @@ -name: Check updates to tools, file pull requests +name: Tooling updates on: + workflow_dispatch: schedule: - - cron: "11 21 * * *" + - cron: "42 0 * * 6" jobs: update-tools: