From 36d4ec5a728c58f91cfd0ba661a5ae0e87005fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Wed, 16 Feb 2022 13:49:38 +0100 Subject: [PATCH] Set test schedule --- .github/workflows/test_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index c8d813072b..4468f40d95 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -2,7 +2,7 @@ name: Tests builds on: schedule: - - cron: '30 12 * * *' + - cron: '00 13 * * *' jobs: build: runs-on: [ self-hosted, custom-linux-gcp ]