From 5f272cf8f2c3315af5809cdb0fecd4f77aa5d0cb Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 25 Aug 2023 09:39:29 +0200 Subject: [PATCH] Comment out if statement in black GHA --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index a4535713e4..9d4f439dee 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -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