Update dependencies workflow only on pypa repo
Currently this is run also on forks, where it fails at the generate-token step.
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
update-dependencies:
|
||||
name: Update dependencies
|
||||
if: github.repository_owner == 'pypa'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user