diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index c3d8a4c3b1..9803d459dc 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,8 +1,8 @@ name: crons on: - schedule: - - cron: "0 2 * * *" # at 02:00 UTC + # schedule: + # - cron: "0 2 * * *" # at 02:00 UTC # Allows you to run this workflow manually from the Actions tab workflow_dispatch: