Skip to content

Commit 28ba9fb

Browse files
committed
add gate for only apache repo
1 parent 3211928 commit 28ba9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_python_nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ permissions:
3030

3131
jobs:
3232
sdist:
33+
if: github.repository == 'apache/iceberg-rust' # Only run for apache repo
3334
runs-on: ubuntu-latest
3435
steps:
3536
- uses: actions/checkout@v4
@@ -48,6 +49,7 @@ jobs:
4849
path: bindings/python/dist
4950

5051
wheels:
52+
if: github.repository == 'apache/iceberg-rust' # Only run for apache repo
5153
runs-on: "${{ matrix.os }}"
5254
strategy:
5355
matrix:

0 commit comments

Comments
 (0)