diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7d43061..5d5d9e9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -3,7 +3,7 @@ name: Ansible Integration Test Runner on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '*/15 * * * *' + - cron: '0 1 * * *' jobs: build: