From 7085c949b870ccdde36f90638b6e6738f424f621 Mon Sep 17 00:00:00 2001 From: Lyle McKarns Date: Tue, 9 Jul 2024 09:07:44 -0400 Subject: [PATCH] Adding daily schedule to CI build (#1659) * Adding daily schedule to CI build * Change from 0 minute to 23, per discussion and referenced suggestion. --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc46b3f4d81..c52912470b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,9 @@ name: Ansible Docsite CI on: + schedule: + # Daily + - cron: "23 7 * * *" push: branches-ignore: - 'patchback/**'