Temporary disable UI preview from CI (#35018)

disable
This commit is contained in:
Maxime Desroches
2025-04-14 18:36:55 -07:00
committed by GitHub
parent abad7649d6
commit 0a40162039
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ env:
jobs:
preview:
if: github.repository == 'commaai/openpilot'
#if: github.repository == 'commaai/openpilot'
if: false # FIXME: FrameReader is broken on CI runners
name: preview
runs-on: ubuntu-latest
timeout-minutes: 20