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 ]