Skip to content

Commit

Permalink
Temporarily disable schedule run
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 28, 2024
1 parent edb447c commit dd748b7
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 dd748b7

Please sign in to comment.