CI: move build_release to a namespace runner (#32675)

pull/32676/head
Adeeb Shihadeh 11 months ago committed by GitHub
parent da1cb2276b
commit 43a97c5907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/selfdrive_tests.yaml

@ -26,7 +26,9 @@ env:
jobs: jobs:
build_release: build_release:
name: build release name: build release
runs-on: ubuntu-latest 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' }}
env: env:
STRIPPED_DIR: /tmp/releasepilot STRIPPED_DIR: /tmp/releasepilot
steps: steps:

Loading…
Cancel
Save