mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-30 05:14:37 +02:00
Schedule nightly CI at 5:15. (#81)
This commit is contained in:
parent
ebe6e93773
commit
e22433b179
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ansible-test.yml
vendored
4
.github/workflows/ansible-test.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
4
.github/workflows/extra-tests.yml
vendored
4
.github/workflows/extra-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue