mirror of
https://github.com/Z3Prover/z3
synced 2026-03-22 12:38:52 +00:00
Update qf-s-benchmark to run twice daily at midnight and noon UTC (#9047)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
996dc72300
commit
cf6c8810ee
2 changed files with 3 additions and 3 deletions
3
.github/workflows/qf-s-benchmark.lock.yml
generated
vendored
3
.github/workflows/qf-s-benchmark.lock.yml
generated
vendored
|
|
@ -28,8 +28,7 @@
|
|||
name: "Qf S Benchmark"
|
||||
"on":
|
||||
schedule:
|
||||
- cron: "16 3 * * 3"
|
||||
# Friendly format: weekly (scattered)
|
||||
- cron: "0 0,12 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
|
|
|||
3
.github/workflows/qf-s-benchmark.md
vendored
3
.github/workflows/qf-s-benchmark.md
vendored
|
|
@ -2,7 +2,8 @@
|
|||
description: Run Z3 string solver benchmarks (seq vs nseq) on QF_S test suite from the c3 branch and post results as a GitHub discussion
|
||||
|
||||
on:
|
||||
schedule: weekly
|
||||
schedule:
|
||||
- cron: "0 0,12 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: read-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue