diff --git a/.github/workflows/e2e-next.yml b/.github/workflows/e2e-next.yml index f664334bdf..ce3c89519b 100644 --- a/.github/workflows/e2e-next.yml +++ b/.github/workflows/e2e-next.yml @@ -1,10 +1,12 @@ name: Next.js e2e test suite on: - pull_request: - types: [opened, synchronize] - push: - branches: [main] + # pull_request: + # types: [opened, synchronize] + # push: + # branches: [main] + schedule: + - cron: '0 0 * * *' jobs: setup: