Skip to content

Commit 815e1f0

Browse files
committed
Merge remote-tracking branch 'upstream/alpha' into alpha
2 parents fed09fe + 0e06b93 commit 815e1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
console.log('');
246246
if (hasRegression) {
247247
console.log('⚠️ **Performance regressions detected.** Please review the changes.');
248+
process.exitCode = 1;
248249
} else if (hasImprovement) {
249250
console.log('🚀 **Performance improvements detected!** Great work!');
250251
} else {

0 commit comments

Comments
 (0)