mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-23 21:34:51 +03:00
Fix condition in align-version workflow
This commit is contained in:
parent
8ea58da584
commit
a06382738e
2
.github/workflows/align-versions.yml
vendored
2
.github/workflows/align-versions.yml
vendored
|
@ -14,7 +14,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
run:
|
||||
if: ${{ github.actor == 'pyup-bot' }}
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'pyup-bot' || github.actor == 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user