3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 04:03:26 +00:00

recompile workflows

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-07-28 01:05:54 -07:00
parent d51d164d21
commit 1a63ac9042
22 changed files with 502 additions and 543 deletions

View file

@ -2,8 +2,7 @@
description: Reviews Z3 string/sequence graph implementation (euf_sgraph, euf_seq_plugin, src/smt/seq) by comparing with the ZIPT reference implementation and reporting improvements as git diffs in GitHub issues
on:
schedule:
- cron: "0 0,6,12,18 * * *"
schedule: daily
workflow_dispatch:
permissions: read-all