mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Adjust times.
This commit is contained in:
4
.github/workflows/ee.yml
vendored
4
.github/workflows/ee.yml
vendored
@@ -11,10 +11,10 @@ on:
|
|||||||
- main
|
- main
|
||||||
- stable-*
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
# Run CI once per day (at 04:45 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
|
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-builder
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 4 * * *'
|
- cron: '0 9 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NAMESPACE: community
|
NAMESPACE: community
|
||||||
|
|||||||
4
.github/workflows/nox.yml
vendored
4
.github/workflows/nox.yml
vendored
@@ -10,9 +10,9 @@ name: nox
|
|||||||
- main
|
- main
|
||||||
- stable-*
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
# Run CI once per day (at 04:30 UTC)
|
# Run CI once per day (at 09:00 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 4 * * *'
|
- cron: '0 9 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
@@ -14,9 +14,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- stable-*
|
- stable-*
|
||||||
# Run CI once per day (at 04:45 UTC)
|
# Run CI once per day (at 09:00 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 4 * * *'
|
- cron: '0 9 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|||||||
Reference in New Issue
Block a user