mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 21:49:29 +00:00
update compiled workflows
This commit is contained in:
parent
d989bcaebe
commit
7cb491dd6a
7 changed files with 13 additions and 11 deletions
4
.github/workflows/ask.lock.yml
generated
vendored
4
.github/workflows/ask.lock.yml
generated
vendored
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-19 22:46:19
|
||||
# Effective stop-time: 2025-09-19 22:49:48
|
||||
|
||||
name: "Question Answering Researcher"
|
||||
on:
|
||||
|
@ -1078,7 +1078,7 @@ jobs:
|
|||
WORKFLOW_NAME="Question Answering Researcher"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-19 22:46:19"
|
||||
STOP_TIME="2025-09-19 22:49:48"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
2
.github/workflows/ci-doctor.lock.yml
generated
vendored
2
.github/workflows/ci-doctor.lock.yml
generated
vendored
|
@ -7,6 +7,8 @@ on:
|
|||
workflow_run:
|
||||
types:
|
||||
- completed
|
||||
workflows:
|
||||
- Windows
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
|
2
.github/workflows/ci-doctor.md
vendored
2
.github/workflows/ci-doctor.md
vendored
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
on:
|
||||
workflow_run:
|
||||
#workflows: ["Daily Perf Improver", "Daily Test Coverage Improver"]
|
||||
workflows: ["Windows"]
|
||||
types:
|
||||
- completed
|
||||
# This will trigger only when the CI workflow completes with failure
|
||||
|
|
4
.github/workflows/daily-backlog-burner.lock.yml
generated
vendored
4
.github/workflows/daily-backlog-burner.lock.yml
generated
vendored
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-19 22:46:19
|
||||
# Effective stop-time: 2025-09-19 22:49:48
|
||||
|
||||
name: "Daily Backlog Burner"
|
||||
"on":
|
||||
|
@ -539,7 +539,7 @@ jobs:
|
|||
WORKFLOW_NAME="Daily Backlog Burner"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-19 22:46:19"
|
||||
STOP_TIME="2025-09-19 22:49:48"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
4
.github/workflows/daily-perf-improver.lock.yml
generated
vendored
4
.github/workflows/daily-perf-improver.lock.yml
generated
vendored
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-19 22:46:19
|
||||
# Effective stop-time: 2025-09-19 22:49:48
|
||||
|
||||
name: "Daily Perf Improver"
|
||||
"on":
|
||||
|
@ -553,7 +553,7 @@ jobs:
|
|||
WORKFLOW_NAME="Daily Perf Improver"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-19 22:46:19"
|
||||
STOP_TIME="2025-09-19 22:49:48"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
4
.github/workflows/daily-test-improver.lock.yml
generated
vendored
4
.github/workflows/daily-test-improver.lock.yml
generated
vendored
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-19 22:46:19
|
||||
# Effective stop-time: 2025-09-19 22:49:48
|
||||
|
||||
name: "Daily Test Coverage Improver"
|
||||
"on":
|
||||
|
@ -553,7 +553,7 @@ jobs:
|
|||
WORKFLOW_NAME="Daily Test Coverage Improver"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-19 22:46:19"
|
||||
STOP_TIME="2025-09-19 22:49:48"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
4
.github/workflows/pr-fix.lock.yml
generated
vendored
4
.github/workflows/pr-fix.lock.yml
generated
vendored
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-19 22:46:19
|
||||
# Effective stop-time: 2025-09-19 22:49:48
|
||||
|
||||
name: "PR Fix"
|
||||
on:
|
||||
|
@ -1083,7 +1083,7 @@ jobs:
|
|||
WORKFLOW_NAME="PR Fix"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-19 22:46:19"
|
||||
STOP_TIME="2025-09-19 22:49:48"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue