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 66aa504 commit 4a91de7Copy full SHA for 4a91de7
.github/workflows/package.yml
@@ -76,15 +76,7 @@ jobs:
76
name: Build a PyPI-compatible index
77
runs-on: ubuntu-latest
78
needs: [create_release_artifacts]
79
- if: |
80
- always() && !failure() && !cancelled() &&
81
- (
82
- github.event_name == 'push' ||
83
84
- github.event_name == 'pull_request' &&
85
- github.event.pull_request.head.repo.full_name == github.repository
86
- )
87
+ if: always() && !failure() && !cancelled() && (github.event_name == 'push')
88
permissions:
89
contents: write
90
actions: read
0 commit comments