更新 .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"
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user