mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-30 13:24:36 +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
|
- main
|
||||||
- stable-*
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
# Run CI once per day (at 06:00 UTC)
|
# Run CI once per day (at 05:15 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '15 5 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
4
.github/workflows/extra-tests.yml
vendored
4
.github/workflows/extra-tests.yml
vendored
|
@ -6,10 +6,10 @@ on:
|
||||||
- main
|
- main
|
||||||
- stable-*
|
- stable-*
|
||||||
pull_request:
|
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
|
# 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:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '15 5 * * *'
|
||||||
env:
|
env:
|
||||||
NAMESPACE: community
|
NAMESPACE: community
|
||||||
COLLECTION_NAME: routeros
|
COLLECTION_NAME: routeros
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue