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 9f2786e commit 62a0072Copy full SHA for 62a0072
.github/workflows/nightly-pypi-build.yml
@@ -26,6 +26,7 @@ on:
26
27
jobs:
28
set-version:
29
+ if: github.repository == 'apache/iceberg-python' # Only run for apache repo
30
runs-on: ubuntu-latest
31
outputs:
32
VERSION: ${{ steps.set-version.outputs.VERSION }}
0 commit comments