3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 04:57:52 +00:00

update compiled workflows

This commit is contained in:
Don Syme 2025-09-17 23:47:16 +01:00
parent f300dfc425
commit d989bcaebe
7 changed files with 114 additions and 259 deletions

View file

@ -1,12 +1,12 @@
---
on:
workflow_run:
workflows: ["Daily Perf Improver", "Daily Test Coverage Improver"]
#workflows: ["Daily Perf Improver", "Daily Test Coverage Improver"]
types:
- completed
# This will trigger only when the CI workflow completes with failure
# The condition is handled in the workflow body
stop-after: +48h
#stop-after: +48h
# Only trigger for failures - check in the workflow body
if: ${{ github.event.workflow_run.conclusion == 'failure' }}