Skip align-versions workflow (#5766)

* Skip align-versions workflow on forks

* Update repo link in local.txt

* Update condition to restrict on GitHub actor
This commit is contained in:
Bruno Alla 2025-04-04 14:03:23 +01:00 committed by GitHub
parent bb2d056a15
commit bf9ac68fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ permissions:
jobs:
run:
if: ${{ github.actor == 'pyup-bot' }}
runs-on: ubuntu-latest
env:
GH_PAT: ${{ secrets.GH_PAT }}

View File

@ -16,7 +16,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
mypy==1.15.0 # https://github.com/python/mypy
django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-stubs
pytest==8.3.5 # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
pytest-sugar==1.0.0 # https://github.com/Teemu/pytest-sugar
{%- if cookiecutter.use_drf == "y" %}
djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs
{%- endif %}