mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 04:04:31 +00:00
Adjust times.
This commit is contained in:
parent
e20118b68f
commit
5cbd81e7a7
4
.github/workflows/ee.yml
vendored
4
.github/workflows/ee.yml
vendored
@ -11,10 +11,10 @@ on:
|
||||
- main
|
||||
- stable-*
|
||||
pull_request:
|
||||
# Run CI once per day (at 04:30 UTC)
|
||||
# Run CI once per day (at 09:00 UTC)
|
||||
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-builder
|
||||
schedule:
|
||||
- cron: '30 4 * * *'
|
||||
- cron: '0 9 * * *'
|
||||
|
||||
env:
|
||||
NAMESPACE: community
|
||||
|
||||
4
.github/workflows/nox.yml
vendored
4
.github/workflows/nox.yml
vendored
@ -10,9 +10,9 @@ name: nox
|
||||
- main
|
||||
- stable-*
|
||||
pull_request:
|
||||
# Run CI once per day (at 04:30 UTC)
|
||||
# Run CI once per day (at 09:00 UTC)
|
||||
schedule:
|
||||
- cron: '30 4 * * *'
|
||||
- cron: '0 9 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user