From a2b2118f9fd1d8dad4a4acd5b8570c54cfc5f2a0 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 27 Jan 2022 18:15:52 +0200 Subject: [PATCH] change scheduling --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index a9e12d0745..d573189c03 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -2,7 +2,7 @@ name: Test Integration on: schedule: - - cron: '0 11 * * *' + - cron: '0 10 * * *' jobs: test: