From 1179cd18f09e0d4ca4188a233bc92ea38f6aa508 Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 4 Oct 2024 22:11:27 +0200 Subject: [PATCH] Remove scheduled dispatch I'm manually triggering this for updates anyway and too many requests may cause request failures. --- .github/workflows/update.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 60c8c38..31696b4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,8 +1,6 @@ name: Update on: workflow_dispatch: {} - schedule: - - cron: '0 0 * * *' jobs: update: runs-on: [debian-10]