mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 04:57:52 +00:00
update compiled workflows
This commit is contained in:
parent
f300dfc425
commit
d989bcaebe
7 changed files with 114 additions and 259 deletions
4
.github/workflows/ci-doctor.md
vendored
4
.github/workflows/ci-doctor.md
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue