Update .github/workflows/update-dependencies.yml

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
Joe Rickerby
2021-08-25 21:05:23 +01:00
committed by GitHub
co-authored by Henry Schreiner
parent eab043b05b
commit 18b18a336b
+1 -1
View File
@@ -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