Skip to content

Commit

Permalink
Update conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Aug 13, 2024
1 parent 763aa00 commit 6ad15e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ad15e3

Please sign in to comment.