Skip to content

Commit

Permalink
Currently skip deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed May 16, 2024
1 parent a0e813d commit 45a2867
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
duckdb_version: main
extension_name: excel

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
secrets: inherit
with:
duckdb_version: main
extension_name: excel
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
# duckdb-stable-deploy:
# name: Deploy extension binaries
# needs: duckdb-stable-build
# uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
# secrets: inherit
# with:
# duckdb_version: main
# extension_name: excel
# deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
# deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 45a2867

Please sign in to comment.