Skip to content

Commit 1042d37

Browse files
committed
comments
1 parent a5cc62b commit 1042d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-pypi-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
set-version:
32-
if: github.repository == 'apache/iceberg-python' || github.event_name == 'workflow_dispatch'
32+
if: github.repository == 'apache/iceberg-python' || github.event_name == 'workflow_dispatch' # Run on schedule for apache repo, or on manual dispatch from any repo
3333
runs-on: ubuntu-latest
3434
outputs:
3535
VERSION: ${{ steps.set-version.outputs.VERSION }}
@@ -66,7 +66,7 @@ jobs:
6666
version: ${{ needs.set-version.outputs.VERSION }}
6767
testpypi-publish:
6868
name: Publish to TestPypi
69-
if: github.repository == 'apache/iceberg-python'
69+
if: github.repository == 'apache/iceberg-python' # Only run for apache repo
7070
needs:
7171
- nightly-build
7272
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)