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

old-commit-hash: 43a97c590723f61cf049cd95f2edd9aea8f2c346
This commit is contained in:
Adeeb Shihadeh
2024-06-09 12:02:55 -07:00
committed by GitHub
parent a4745aa158
commit 189679e6e9

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: