From 657762d8ed667aac42bab07b5f522193209e2ab0 Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 12:08:14 -0400 Subject: [PATCH] Update test conditional --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c2ee02628..60009b4f33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: build-distribution: name: Build catalystcoop.pudl distribution for PyPI runs-on: ubuntu-latest - if: github.event.pull_request.head.repo.fork == true + if: github.event.pull_request.head.repo.fork == false steps: - name: Checkout source uses: actions/checkout@v4