From f948e107a33ccbec218cb016930270fc0992ea2d Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 22 Nov 2019 10:04:37 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6edbf117..90e0ca78 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,7 +1,7 @@ name: integration-tests on: schedule: - - cron: 0 10 * * 0-6 + - cron: 10 15 * * 0-6 jobs: integration-test: runs-on: ubuntu-latest