From 45661ee8c0c4179788a6a5d75ef53923cecab854 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 14 Jul 2026 19:24:16 -0700 Subject: [PATCH] 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 20927740b..d084bba7c 100644 --- a/.github/workflows/ui_preview.yaml +++ b/.github/workflows/ui_preview.yaml @@ -25,7 +25,8 @@ env: jobs: preview: - if: github.repository == 'commaai/openpilot' + if: false # tmp disable due to GH API rate limiting flakiness + #if: github.repository == 'commaai/openpilot' name: preview runs-on: ubuntu-latest timeout-minutes: 20