Skip to content

Commit

Permalink
Merge pull request #96 from carlopi/main
Browse files Browse the repository at this point in the history
Add possibility to deploy all
  • Loading branch information
carlopi authored Sep 9, 2024
2 parents beef3f6 + 1205d53 commit 020df9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
inputs:
duckdb_version:
type: string
deploy:
type: string

jobs:
collect_extensions:
Expand Down Expand Up @@ -33,4 +35,4 @@ jobs:
with:
extension_name: ${{ matrix.extension_name }}
duckdb_version: ${{ inputs.duckdb_version }}
deploy: 'false'
deploy: ${{ inputs.deploy }}

0 comments on commit 020df9f

Please sign in to comment.