Skip to content

Commit

Permalink
fix workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 13, 2024
1 parent b22cded commit a385fb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
- "*.latest"
pull_request:
workflow_dispatch:
dbt_adapters_branch:
inputs:
description: "The branch of dbt-adapters to evaluate"
type: string
required: true
default: "main"
inputs:
dbt_adapters_branch:
inputs:
description: "The branch of dbt-adapters to evaluate"
type: string
required: true
default: "main"
workflow_call:
inputs:
dbt_adapters_branch:
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ on:
- "*.latest"
pull_request:
workflow_dispatch:
dbt_adapters_branch:
inputs:
description: "The branch of dbt-adapters to evaluate"
inputs:
dbt_adapters_branch:
description: "The branch of dbt-adapters to use"
type: string
required: true
default: "main"
core_branch:
description: "The branch of dbt-core to use"
type: string
required: true
default: "main"
Expand Down

0 comments on commit a385fb1

Please sign in to comment.