diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 455caaf0..ccfd20fb 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: 0 2 * * 0-6 jobs: integration-test: runs-on: ubuntu-latest