diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 52be4297..e0872b94 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -1,7 +1,9 @@ name: CI on: - - push - - pull_request + push: + pull_request: + schedule: + - cron: '0 6 * * *' jobs: