Skip to content

Commit bba2bc6

Browse files
committed
Implemented step 9
1 parent 47bafc3 commit bba2bc6

25 files changed

Lines changed: 5531 additions & 109 deletions

.github/workflows/release-gates.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ jobs:
109109
run: |
110110
python scripts/check_file_sizes.py
111111
continue-on-error: false
112+
113+
- name: Run release readiness check
114+
run: |
115+
python scripts/release_readiness.py
116+
continue-on-error: false
117+
118+
- name: Check performance (if metrics available)
119+
run: |
120+
python scripts/check_performance.py
121+
continue-on-error: true
112122

113123
build-gates:
114124
name: Build Gates

0 commit comments

Comments
 (0)