From 5cbd81e7a754f1af50b8b5826ee5ec95c23c6b8c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 19 Apr 2025 19:57:11 +0200 Subject: [PATCH] Adjust times. --- .github/workflows/ee.yml | 4 ++-- .github/workflows/nox.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index f8ca6c44..c3f2aa6b 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -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 diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 5aa9b90c..97daa8d6 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -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: