Skip to content

Commit

Permalink
remove deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Dec 30, 2024
1 parent 28469f3 commit 247e6b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 132 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,3 @@ jobs:
ci_tools_version: v1.1.3
extension_name: gsheets
exclude_archs: "windows_amd64_rtools"

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.1.3
extension_name: gsheets
exclude_archs: "windows_amd64_rtools"
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
121 changes: 0 additions & 121 deletions .github/workflows/_extension_deploy.yml

This file was deleted.

0 comments on commit 247e6b0

Please sign in to comment.