mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-10 20:04:18 +03:00
Skip align-versions workflow on forks
This commit is contained in:
parent
bb2d056a15
commit
a1db5f8b27
1
.github/workflows/align-versions.yml
vendored
1
.github/workflows/align-versions.yml
vendored
|
@ -14,6 +14,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
run:
|
||||
if: github.repository_owner == 'cookiecutter'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user