Skip to content

Commit e06cd34

Browse files
authored
only deploy from duckdb repo (#6)
1 parent fb01613 commit e06cd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
extension_name: ui
4747

4848
duckdb-stable-deploy:
49-
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
49+
if: ${{ github.repository == 'duckdb/duckdb-ui' && ( startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' ) }}
5050
name: Deploy stable extension binaries
5151
needs: duckdb-stable-build
5252
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]

0 commit comments

Comments
 (0)