diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index 64c97ccc5..ea264ac60 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -1,8 +1,8 @@ name: Run tests nightly on: workflow_dispatch: { } - schedule: - - cron: '0 5 * * *' # 5AM UTC = 12AM EST +# schedule: +# - cron: '0 5 * * *' # 5AM UTC = 12AM EST jobs: test-source-and-install: