mirror of
https://github.com/Z3Prover/z3
synced 2025-09-29 20:59:01 +00:00
Change MSVC build trigger to scheduled cron job
Updated workflow to schedule builds every two days.
This commit is contained in:
parent
9a91ba1955
commit
58bab093d1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/msvc-static-build.yml
vendored
4
.github/workflows/msvc-static-build.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: MSVC Static Build
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 */2 * *'
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue