mirror of
https://github.com/Z3Prover/z3
synced 2025-09-30 05:09:02 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: "0 11 * * *"
|
||||
- cron: '0 0 */2 * *'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue