From 8c689c3828ccb01a1f8ec6ff9cffb469cac93ff1 Mon Sep 17 00:00:00 2001 From: Smoke <86024507+crypto-smoke@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:41:12 -1000 Subject: disable update-deps workflow cron --- .github/workflows/update-deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deps.yaml b/.github/workflows/update-deps.yaml index d53d59f..713efe0 100644 --- a/.github/workflows/update-deps.yaml +++ b/.github/workflows/update-deps.yaml @@ -5,7 +5,7 @@ env: on: workflow_dispatch: schedule: - - cron: "0 14 * * 1" # 2pm cest, weekly on Monday +# - cron: "0 14 * * 1" # 2pm cest, weekly on Monday jobs: dep_update: -- cgit v1.2.3