diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 582f9415..94fbab4d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -2,9 +2,9 @@ name: E2E on: - schedule: + #schedule: # Runs at 02:57am every day. - - cron: '57 2 * * *' + # - cron: '57 2 * * *' workflow_dispatch: pull_request: types: [opened, synchronize, reopened, ready_for_review, labeled] @@ -62,4 +62,4 @@ jobs: - name: Clear Clickhouse Test DBs run: | - poetry run python confirm/cloud/clear_test_dbs.py \ No newline at end of file + poetry run python confirm/cloud/clear_test_dbs.py