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

This commit is contained in:
Felix Fontein 2022-04-15 15:07:03 +02:00 committed by GitHub
parent ebe6e93773
commit e22433b179
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