更新 .github/workflows/windows_test.yaml
This commit is contained in:
parent
a42cb45534
commit
8398de5af1
4
.github/workflows/windows_test.yaml
vendored
4
.github/workflows/windows_test.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user