Schedule nightly CI at 5:15. (#81) (#82)

(cherry picked from commit e22433b179)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-04-15 15:35:32 +02:00 committed by GitHub
parent 3969ef1df1
commit d9a01bf940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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