Skip to content

Commit

Permalink
Reapply "Temporarily disable schedule run"
Browse files Browse the repository at this point in the history
This reverts commit c4b022d.
  • Loading branch information
kwk committed Mar 29, 2024
1 parent 3d138dd commit 294593d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-todays-snapshot.yml
Original file line number Diff line number Diff line change
@@ -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: {}

Expand Down

0 comments on commit 294593d

Please sign in to comment.