diff --git a/.github/workflows/e2e-long.yaml b/.github/workflows/e2e-long.yaml index 6d85bc56..84499c8a 100644 --- a/.github/workflows/e2e-long.yaml +++ b/.github/workflows/e2e-long.yaml @@ -1,11 +1,11 @@ name: Run nightly e2e tests on: - schedule: - - cron: "0 0 * * *" - push: - branches: - - main + #schedule: + # - cron: "0 0 * * *" + #push: + # branches: + # - main workflow_dispatch: concurrency: ci_e2e_tests