From 294593d604a85ad8417ed650bc32b0cac1f811fd Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Sat, 30 Mar 2024 00:41:32 +0100 Subject: [PATCH] Reapply "Temporarily disable schedule run" This reverts commit c4b022d7c10c0294ab2fc6fb88d60d992ee12436. --- .github/workflows/check-todays-snapshot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-todays-snapshot.yml b/.github/workflows/check-todays-snapshot.yml index 96868c4c..9a8b381a 100644 --- a/.github/workflows/check-todays-snapshot.yml +++ b/.github/workflows/check-todays-snapshot.yml @@ -1,10 +1,10 @@ name: "Check today's snapshot" on: - schedule: - # At every 60th minute. - # See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule - - cron: "*/60 * * * *" + # schedule: + # # At every 60th minute. + # # See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule + # - cron: "*/60 * * * *" workflow_dispatch: {}