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

Change coverage schedule to run every two days

This commit is contained in:
Nikolaj Bjorner 2025-09-15 10:34:59 -07:00 committed by GitHub
parent ff6a4f9b12
commit c496787923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,8 @@
name: Code Coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 11 * * *"
- cron: '0 0 */2 * *'
permissions:
contents: read