From 1d125ed97f06fc1effbdad65e070c69cecb69ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Wed, 16 Feb 2022 14:36:36 +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 4468f40d95..32ec7f82d2 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -2,7 +2,7 @@ name: Tests builds on: schedule: - - cron: '00 13 * * *' + - cron: '42 13 * * *' jobs: build: runs-on: [ self-hosted, custom-linux-gcp ]