diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index b93ffa25..6c1a30a5 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 f68ad131..5f298287 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