From 77de775bc274219f2b46c7eecd7493a339a3c6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 19 Oct 2024 00:14:01 +0300 Subject: [PATCH] ci: tweak tooling update workflow name and triggers --- .github/workflows/update-tools.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: