mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
Only run uv lock workflow on dependabot PRs
This commit is contained in:
parent
b5ac15807c
commit
d2db8eb20b
2
.github/workflows/dependabot-uv-lock.yml
vendored
2
.github/workflows/dependabot-uv-lock.yml
vendored
|
@ -11,7 +11,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
lock:
|
||||
if: github.repository_owner == 'cookiecutter'
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user