Skip to content

Commit

Permalink
Add possibility to deploy all
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 9, 2024
1 parent 4d2cc6c commit 1205d53
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 1205d53

Please sign in to comment.