diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 55cf2722..8e8b5f55 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -65,7 +65,7 @@ jobs: run: bun install - name: Run release quality preflight - run: bun run quality:gate --mode pr --artifacts-dir artifacts/quality-runs + run: bun run quality:gate --mode pr --skip coverage --artifacts-dir artifacts/quality-runs - name: Summarize quality report if: always()