From a736de12c1e55c7ae0e6098d4dcce53566a0b702 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Apr 2022 15:07:03 +0200 Subject: [PATCH] Schedule nightly CI at 5:15. (#81) (cherry picked from commit e22433b179333d3105b9d00fc8c971f3b6947c85) --- .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 9f85ddc1..e2d1d0c1 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 05:15 UTC) schedule: - - cron: '0 6 * * *' + - cron: '15 5 * * *' jobs: diff --git a/.github/workflows/extra-tests.yml b/.github/workflows/extra-tests.yml index 5b06d6a8..d858a827 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 05:15 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: '15 5 * * *' env: NAMESPACE: community COLLECTION_NAME: routeros