Revert "ci: faster metadrive test (#33755)"

This reverts commit d7c0906d0b.
This commit is contained in:
Adeeb Shihadeh
2024-10-14 09:11:37 -07:00
parent 8bf34d0dfb
commit dc094792b7
5 changed files with 14 additions and 26 deletions

View File

@@ -27,9 +27,7 @@ env:
jobs:
simulator_driving:
name: simulator driving
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-latest' }}
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4