更新 .github/workflows/windows_test.yaml

This commit is contained in:
Northern_Lights 2024-10-02 21:16:03 +08:00
parent a42cb45534
commit 8398de5af1

View File

@ -1,11 +1,11 @@
name: "Windows Nightly Build" name: "Windows Nightly Build"
on: on:
schedule: schedule:
- cron: "0 0 * * *" # every day at midnight - cron: "0 17 21 * * *" # every day at midnight
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4