From 726764af863f0ba22119dd5a39bfee3d6750503d Mon Sep 17 00:00:00 2001 From: Cade Jacobson Date: Tue, 17 Feb 2026 13:11:06 -0800 Subject: [PATCH] Run E2E tests daily --- .github/workflows/e2e-testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index d64ceab3..6e28d523 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -4,6 +4,12 @@ permissions: pull-requests: write on: + push: + branches: + - main + schedule: + # 19:00 UTC is 11 AM PST + - cron: "0 19 * * *" pull_request: branches: - main