Skip to content

Commit

Permalink
Comment out if statement in black GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Aug 25, 2023
1 parent 8ed1247 commit 5f272cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Black
on: [push,pull_request]
jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
# if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 5f272cf

Please sign in to comment.