From 9f4ca2683fea3d70d0b5de719bfe4edba58e166d Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 20 May 2023 15:55:25 -0700 Subject: [PATCH] run pipeline tests weekly (#1744) --- .github/workflows/testing_pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing_pipelines.yaml b/.github/workflows/testing_pipelines.yaml index 46b353e2..0239bca5 100644 --- a/.github/workflows/testing_pipelines.yaml +++ b/.github/workflows/testing_pipelines.yaml @@ -14,6 +14,8 @@ on: paths: - '.github/workflows/**' - '.github/actions/**' + schedule: + - cron: '0 0 * * SAT' jobs: test: