From 22beabf8de08c61c9dc90fd90b6ee6f6153bfbab Mon Sep 17 00:00:00 2001 From: Enix Date: Thu, 26 Oct 2023 08:23:18 +0800 Subject: [PATCH] build: update daily test timing --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cde00c9..4362af5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ on: - 'server/**' # Runs everyday to detect GitHub update in time schedule: - - cron: '0 0 * * *' + - cron: '30 16 * * *' jobs: build: