From 2238f125568dd4cae13c8316fa1f9628e4940d23 Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Mon, 17 Apr 2023 14:23:07 -0400 Subject: [PATCH] test: move e2e tests to a daily schedule --- .github/workflows/e2e-next.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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: