We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d506ef2 commit 4dd0a17Copy full SHA for 4dd0a17
.github/workflows/prerelease.yml
@@ -16,7 +16,7 @@ permissions: {}
16
jobs:
17
prerelease:
18
# only run this workflow for pydata owned repositories (avoid forks)
19
- if: github.repository_owner == 'pydata'
+ # if: github.repository_owner == 'pydata'
20
runs-on: ubuntu-latest
21
strategy:
22
fail-fast: false
0 commit comments