From 8361aecf1516e30620f5d2b16386847f1da4f894 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 8 May 2023 21:42:17 +0200 Subject: [PATCH] Move regular CI runs to 11:00 once per week. --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 67bdaeedba..4947116555 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -14,9 +14,9 @@ on: - main - stable-* pull_request: - # Run EOL CI once per day (at 10:00 UTC) + # Run EOL CI once per week (at 11:00 UTC) schedule: - - cron: '0 10 * * *' + - cron: '0 11 * * 0' concurrency: # Make sure there is at most one active run per PR, but do not cancel any non-PR runs