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: {}