diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index 23155975..e916482e 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: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 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: diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index dee3f1a2..fb1b3563 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -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: