From 8398de5af1c527828bf9b9c67d51d8e0b3d51278 Mon Sep 17 00:00:00 2001 From: Northern_Lights <2537875849@qq.com> Date: Wed, 2 Oct 2024 21:16:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/windows?= =?UTF-8?q?=5Ftest.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_test.yaml b/.github/workflows/windows_test.yaml index 52d5589..05bab54 100644 --- a/.github/workflows/windows_test.yaml +++ b/.github/workflows/windows_test.yaml @@ -1,11 +1,11 @@ name: "Windows Nightly Build" on: schedule: - - cron: "0 0 * * *" # every day at midnight + - cron: "0 17 21 * * *" # every day at midnight workflow_dispatch: jobs: build: - runs-on: windows-latest + runs-on: windows steps: - name: Checkout uses: actions/checkout@v4