diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index a6609616..3160ae20 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -8,7 +8,7 @@ on: jobs: update-dependencies: name: Update dependencies - if: github.repository_owner == 'pypa' + if: github.repository_owner == 'pypa' || github.event_name != 'schedule' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2