Merge pull request #8674 from polm/fix/autoblack-no-forks [ci skip]

Make the autoblack job not run on forks
This commit is contained in:
Ines Montani 2021-07-10 16:41:59 +10:00 committed by GitHub
commit 616f4de034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ on:
jobs:
autoblack:
if: github.repository_owner = 'explosion'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2