From 07838e79b42f66c48ad2fc6221466f80f2d403f7 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Mon, 30 Sep 2024 02:47:47 -0700 Subject: [PATCH] Nightly CI tests --- .github/workflows/test.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c6e5d0..afcb803 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,12 +2,11 @@ name: Test on: - push: - branches: - - master - pull_request: - branches: - - master + schedule: + - cron: '0 2 * * *' # Runs at 2 AM UTC every day + pull_request: + branches: + - master jobs: testAllModes: