Skip to content

Commit 33007db

Browse files
committed
ci: simplify build timing skip
1 parent c4c54a0 commit 33007db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-gates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
# The dedicated perf-build job owns build timing. Running it again
5454
# after coverage/UI gates produces noisy runner-load failures.
55-
VERIFY_SKIP_REGEX: ${{ github.event_name == 'push' && '^(pnpm git:guard:all|pnpm perf:build|node scripts/perf/compare-metric\\.mjs \\.perf-baselines/build-time\\.json .*)$' || '^(pnpm perf:build|node scripts/perf/compare-metric\\.mjs \\.perf-baselines/build-time\\.json .*)$' }}
55+
VERIFY_SKIP_REGEX: ${{ github.event_name == 'push' && '^(pnpm git:guard:all|pnpm perf:build|node scripts/perf/compare-metric.mjs .perf-baselines/build-time.json .*)$' || '^(pnpm perf:build|node scripts/perf/compare-metric.mjs .perf-baselines/build-time.json .*)$' }}
5656
run: bash .codex/scripts/run_verify_commands.sh
5757

5858
- name: Generate coverage report

0 commit comments

Comments
 (0)