From 3de940c5bad8cbc773c62113c7864bd949bd2a3a Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Thu, 8 Aug 2024 12:14:55 -0400 Subject: [PATCH] devops: Scheduled CI moved to once a month --- .github/workflows/continous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 3bd1b99..5936bdd 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -3,7 +3,7 @@ name: continuous_integration on: workflow_dispatch: schedule: - - cron: "0 4 * * 5" + - cron: "0 4 1 * *" push: branches: - master