Skip to content

Commit

Permalink
Fix nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Aug 13, 2024
1 parent 6ad15e3 commit b361eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Dump context
run: echo '${{ toJSON(github) }}'
- name: test-conditional
if: github.head.repo.fork == false
run: echo "I'm a fork!"
if: github.event.pull_request.head.repo.fork == false
run: echo "I'm not a fork!"
# build-distribution:
# name: Build catalystcoop.pudl distribution for PyPI
# runs-on: ubuntu-latest
Expand Down

0 comments on commit b361eee

Please sign in to comment.