Skip to content

Commit

Permalink
Reapply "Reapply "Temporarily disable schedule run""
Browse files Browse the repository at this point in the history
This reverts commit b7035b2.
  • Loading branch information
kwk committed Mar 30, 2024
1 parent 5102cb6 commit eac2263
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 eac2263

Please sign in to comment.