From 03745ac090062d9b3dd11379376c4acd6e37882e Mon Sep 17 00:00:00 2001 From: Russ Poetker Date: Wed, 20 Aug 2025 13:21:35 -0400 Subject: [PATCH] Add monthly schedule for ci workflow --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9597434..94983fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: Continuous Integration -on: [pull_request, workflow_dispatch] + +on: + pull_request: + workflow_dispatch: + schedule: + - cron: '5 8 15 * *' jobs: test: