Skip uv lock on PRs from forks

This commit is contained in:
Bruno Alla 2024-10-12 17:07:32 +01:00
parent 56f839e2b4
commit 6b8e4e7902
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ permissions:
jobs:
lock:
if: github.repository_owner == 'cookiecutter'
runs-on: ubuntu-latest
env:
GH_PAT: ${{ secrets.GH_PAT }}