From 1a7636b7c40facda388ce8144ab32196196f8378 Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 11:27:27 -0400 Subject: [PATCH] Test github.repository value --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34fa1d645b..b12bae5180 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,9 @@ jobs: steps: - name: Dump context run: echo '${{ toJSON(github) }}' + - name: test-conditional + if: github.repository != 'catalyst-cooperative/pudl' + run: echo 'I'm a fork!' # build-distribution: # name: Build catalystcoop.pudl distribution for PyPI # runs-on: ubuntu-latest