summaryrefslogtreecommitdiff
path: root/.github/workflows/black.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/black.yaml')
-rw-r--r--.github/workflows/black.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml
index eda8d07..c545953 100644
--- a/.github/workflows/black.yaml
+++ b/.github/workflows/black.yaml
@@ -4,6 +4,10 @@ on: ["push", "pull_request"]
jobs:
black:
+ # We want to run on external PRs, but not on our own internal PRs as they'll be run
+ # by the push to the branch.
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
+
runs-on: ubuntu-latest
steps:
- name: Setup Python