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:
parent
ff6a4f9b12
commit
c496787923
1 changed files with 1 additions and 5 deletions
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
|
@ -1,12 +1,8 @@
|
||||||
name: Code Coverage
|
name: Code Coverage
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 11 * * *"
|
- cron: '0 0 */2 * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue