mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
Skip uv lock on PRs from forks
This commit is contained in:
parent
56f839e2b4
commit
6b8e4e7902
1
.github/workflows/dependabot-uv-lock.yml
vendored
1
.github/workflows/dependabot-uv-lock.yml
vendored
|
@ -11,6 +11,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
|
if: github.repository_owner == 'cookiecutter'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user