diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f6473b03..5ede122b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,7 +1,7 @@ name: integration-tests on: schedule: - - cron: 0 2 * * 0-6 + - cron: 30 9 * * 0-6 jobs: integration-test: runs-on: ubuntu-latest