From 10b7a54b3cbbf3491d74024147184987f2f67a13 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Mon, 18 Dec 2023 17:56:44 -0500 Subject: [PATCH] midnight 30 --- .github/workflows/client-compatability-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-compatability-tests.yml b/.github/workflows/client-compatability-tests.yml index 8979f273f73..d43e6251f16 100644 --- a/.github/workflows/client-compatability-tests.yml +++ b/.github/workflows/client-compatability-tests.yml @@ -1,7 +1,7 @@ name: Client Compatability Tests on: schedule: - - cron: "0 5 * * *" # Run every night at midnight EST + - cron: "30 5 * * *" # Run every night at midnight + 30min EST push: tags: - "*"