From ddbe883c3264e86ed7e1cd09236fd17528acf7cf Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Apr 2022 15:07:12 +0200 Subject: [PATCH] Schedule nightly CI at 4:45. (#44) --- .github/workflows/ansible-test.yml | 4 ++-- .github/workflows/extra-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 5bbae06..4bb2192 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -6,9 +6,9 @@ on: - main - stable-* pull_request: - # Run CI once per day (at 06:00 UTC) + # Run CI once per day (at 04:45 UTC) schedule: - - cron: '0 6 * * *' + - cron: '45 4 * * *' jobs: diff --git a/.github/workflows/extra-tests.yml b/.github/workflows/extra-tests.yml index 9ef743c..81d77ef 100644 --- a/.github/workflows/extra-tests.yml +++ b/.github/workflows/extra-tests.yml @@ -6,10 +6,10 @@ on: - main - stable-* pull_request: - # Run CI once per day (at 06:00 UTC) + # Run CI once per day (at 04:45 UTC) # This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version schedule: - - cron: '0 6 * * *' + - cron: '45 4 * * *' env: NAMESPACE: community COLLECTION_NAME: hrobot