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 fb01613 commit e06cd34Copy full SHA for e06cd34
.github/workflows/MainDistributionPipeline.yml
@@ -46,7 +46,7 @@ jobs:
46
extension_name: ui
47
48
duckdb-stable-deploy:
49
- if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
+ if: ${{ github.repository == 'duckdb/duckdb-ui' && ( startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' ) }}
50
name: Deploy stable extension binaries
51
needs: duckdb-stable-build
52
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
0 commit comments