pull/33227/head
Maxime Desroches 1 year ago
parent f8f6c39915
commit 718b35fcd4
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -139,7 +139,7 @@ jobs:
name: static analysis name: static analysis
runs-on: ${{ ((github.repository == 'commaai/openpilot') && runs-on: ${{ ((github.repository == 'commaai/openpilot') &&
((github.event_name != 'pull_request') || ((github.event_name != 'pull_request') ||
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-amd64-8x16' || 'ubuntu-latest' }} (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-amd64-8x16' || 'ubuntu-24.04' }}
env: env:
PYTHONWARNINGS: default PYTHONWARNINGS: default
steps: steps:

Loading…
Cancel
Save