car tests on namespace (#31080)

cars
This commit is contained in:
Justin Newberry
2024-01-19 17:53:52 -05:00
committed by GitHub
parent 5c2b7882bf
commit dc9ffd2f10
+3 -1
View File
@@ -307,7 +307,9 @@ jobs:
test_cars:
name: cars
runs-on: ubuntu-20.04
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-20.04' }}
strategy:
fail-fast: false
matrix: