From 2b576c5fce0aebe5e1af3110f2ceba720fd9df72 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Tue, 18 Aug 2026 19:46:56 -0400 Subject: [PATCH] ci: tmp disable ui_report --- .github/workflows/ui_preview.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ui_preview.yaml b/.github/workflows/ui_preview.yaml index 8b7b63f344..c6bc63c8ac 100644 --- a/.github/workflows/ui_preview.yaml +++ b/.github/workflows/ui_preview.yaml @@ -25,7 +25,8 @@ env: jobs: preview: - if: github.repository == 'sunnypilot/sunnypilot' + if: false # tmp disable due to GH API rate limiting flakiness + #if: github.repository == 'sunnypilot/sunnypilot' name: preview runs-on: ubuntu-latest timeout-minutes: 20