3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-30 05:09:02 +00:00

Change MSVC Clang-CL build trigger to scheduled

Updated workflow to trigger on a schedule instead of push and pull_request events.
This commit is contained in:
Nikolaj Bjorner 2025-09-15 10:36:42 -07:00 committed by GitHub
parent 01da267988
commit 9a91ba1955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
name: MSVC Clang-CL Static Build name: MSVC Clang-CL Static Build
on: on:
push: schedule:
pull_request: - cron: '0 0 */2 * *'
permissions: permissions:
contents: read # to fetch code (actions/checkout) contents: read # to fetch code (actions/checkout)