From f8353815386e04f6aba95036ea9d244c7b502b0f Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 14 Apr 2025 18:39:58 -0700 Subject: [PATCH] also --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 5ceb96f7df..cf1d507809 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -331,7 +331,7 @@ jobs: runs-on: - ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-amd64-8x16' || 'ubuntu-24.04' }} - ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-experiments:docker.builds.local-cache=separate' || 'ubuntu-24.04' }} - if: false # FIXME: FrameReader is broken on CI runners + #if: false # FIXME: FrameReader is broken on CI runners steps: - uses: actions/checkout@v4 with: