From c1c99cf41694440d76e31126dc394f52faeb691e Mon Sep 17 00:00:00 2001 From: ckie Date: Fri, 20 Oct 2023 18:12:18 +0300 Subject: [PATCH] .github: disable action scheduling It's currently failing, so there's no point in spamming the repository with PRs. --- .github/workflows/update-dependencies.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 86a31760..dfafc678 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -1,8 +1,6 @@ name: "Update Dependencies" on: workflow_dispatch: - schedule: - - cron: '0 0 * * FRI' jobs: update-deps: name: Update dependencies