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

This commit is contained in:
Adeeb Shihadeh
2024-06-09 12:02:55 -07:00
committed by GitHub
parent da1cb2276b
commit 43a97c5907
+3 -1
View File
@@ -26,7 +26,9 @@ env:
jobs:
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:
STRIPPED_DIR: /tmp/releasepilot
steps: