From 7f597741417f2408ee5b4d6faafee8829cfcea55 Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 12:05:39 -0400 Subject: [PATCH] Test expected failure --- .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 60009b4f33..1c2ee02628 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 == false + if: github.event.pull_request.head.repo.fork == true steps: - name: Checkout source uses: actions/checkout@v4