ci: skip uv lock upgrade on forks (#1213)

This commit is contained in:
Jason Wen
2025-09-04 14:29:11 -04:00
committed by GitHub
parent ee0fb6bf8e
commit 220cfff04d

View File

@@ -43,6 +43,7 @@ jobs:
with:
submodules: true
- name: uv lock
if: github.repository == 'commaai/openpilot'
run: |
python3 -m ensurepip --upgrade
pip3 install uv