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: