diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a7283c9b..43447c8f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,11 +1,7 @@ name: Integration Tests on: - push: - branches: - - main - pull_request: - branches: - - main + schedule: + - cron: "0 0 * * *" jobs: integration-tests: