From 5279c08ad6e9f4c5dac4abb9006fa3ed8e1b65ed Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 20 Dec 2023 20:12:01 +0100 Subject: [PATCH] Run CI at least once weekly. (#345) --- .github/workflows/antsibull-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/antsibull-build.yml b/.github/workflows/antsibull-build.yml index 7ef0ebf699..517780e893 100644 --- a/.github/workflows/antsibull-build.yml +++ b/.github/workflows/antsibull-build.yml @@ -4,6 +4,9 @@ on: branches: [main] pull_request: branches: [main] + # Run once per week (Thursday at 04:00 UTC) + schedule: + - cron: '0 4 * * 4' jobs: build: