We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4245d commit a08812dCopy full SHA for a08812d
.github/workflows/black.yml
@@ -4,6 +4,9 @@ on: [push, pull_request]
4
5
jobs:
6
lint:
7
+ if:
8
+ github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
9
+ github.repository
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
0 commit comments