Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update .github/workflows/pypi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Apr 26, 2024
1 parent faa2625 commit 129671a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
needs: [build-package]
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'nipreps/eddymotion' }}

steps:
- name: Download packages built by build-and-inspect-python-package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 129671a

Please sign in to comment.