Adjust times.

This commit is contained in:
Felix Fontein
2025-04-19 19:56:34 +02:00
parent 046aeab5e2
commit d8773697de
3 changed files with 6 additions and 6 deletions

View File

@@ -11,10 +11,10 @@ on:
- main
- stable-*
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
schedule:
- cron: '45 4 * * *'
- cron: '0 9 * * *'
env:
NAMESPACE: community

View File

@@ -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:

View File

@@ -14,9 +14,9 @@ on:
branches:
- main
- stable-*
# Run CI once per day (at 04:45 UTC)
# Run CI once per day (at 09:00 UTC)
schedule:
- cron: '45 4 * * *'
- cron: '0 9 * * *'
jobs:
check: