From d9a01bf940efac8bfeba9ff11d928573cbea9a78 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 15:35:32 +0200 Subject: [PATCH] Schedule nightly CI at 5:15. (#81) (#82) (cherry picked from commit e22433b179333d3105b9d00fc8c971f3b6947c85) Co-authored-by: Felix Fontein --- .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 b6bc93d..bcb60e9 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 5b06d6a..d858a82 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