From a13bfa52e7ff2af68f213e20381286b0cc4b299d Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sun, 23 Mar 2025 14:41:30 +0100 Subject: [PATCH] Run CI test job once per month --- .forgejo/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 39f5cd6..5fe9a35 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -7,7 +7,8 @@ on: pull_request: branches: - main - workflow_call: + schedule: + - cron: '0 0 1 * *' # Monthly env: