diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 987a794e72..1c838930c1 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -14,9 +14,9 @@ on: - main - stable-* pull_request: - # Run EOL CI once per day (at 08:00 UTC) + # Run EOL CI once per week (at 11:00 UTC) schedule: - - cron: '0 8 * * *' + - cron: '0 11 * * 0' concurrency: # Make sure there is at most one active run per PR, but do not cancel any non-PR runs