3
0
Fork 0
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:
Nikolaj Bjorner 2025-09-15 10:36:58 -07:00 committed by GitHub
parent 9a91ba1955
commit 58bab093d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)