summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2023-05-20 15:55:25 -0700
committerGitHub <noreply@github.com>2023-05-20 15:55:25 -0700
commit9f4ca2683fea3d70d0b5de719bfe4edba58e166d (patch)
tree867434d7890b593a4779dd3f565f90282daba787 /.github
parent3e44027ab51b210e7634b9bb41b4c1740d7b8a19 (diff)
run pipeline tests weekly (#1744)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testing_pipelines.yaml2
1 files changed, 2 insertions, 0 deletions
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: