disable sim test for now

pull/36262/head
Maxime Desroches 3 days ago
parent 2337704602
commit 703f3d0573
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -225,7 +225,7 @@ jobs:
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]')
|| fromJSON('["ubuntu-24.04"]') }}
if: (github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))
if: false # FIXME: Started to timeout recently
steps:
- uses: actions/checkout@v4
with:

Loading…
Cancel
Save