From 6ad15e36ef30413a9a4d097ea533a65cbf6178ab Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 11:58:50 -0400 Subject: [PATCH] Update 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 5a9abf06a7..ec130f78b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Dump context run: echo '${{ toJSON(github) }}' - name: test-conditional - if: github.repository != 'catalyst-cooperative/pudl' + if: github.head.repo.fork == false run: echo "I'm a fork!" # build-distribution: # name: Build catalystcoop.pudl distribution for PyPI