We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95786ce commit 3e80877Copy full SHA for 3e80877
.github/workflows/package.yml
@@ -76,7 +76,8 @@ jobs:
76
name: Build a PyPI-compatible index
77
runs-on: ubuntu-latest
78
needs: [create_release_artifacts]
79
- if: ${{ always() && !failure() && !cancelled() }}
+ if: ${{ always() && !failure() && !cancelled() &&
80
+ (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))}}
81
permissions:
82
contents: write
83
actions: read
0 commit comments