Skip to content

Commit

Permalink
Add dbt_common_branch, reorder fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jul 29, 2024
1 parent a6366b8 commit a4e16f1
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ on:
pull_request:
workflow_dispatch:
inputs:
name:
description: "name to associate with run"
required: false
type: string
default: "Adapter Integration Tests"
adapter_branch:
description: "The branch of this adapter repository to use"
type: string
required: false
default: main
dbt_adapters_branch:
description: "The branch of dbt-adapters to use"
type: string
Expand All @@ -20,6 +30,13 @@ on:
type: string
required: false
default: "main"
dbt_common_branch:
description: "The branch of dbt-common to use"
type: string
required: false
default: "main"
workflow_call:
inputs:
name:
description: "name to associate with run"
required: false
Expand All @@ -30,8 +47,6 @@ on:
type: string
required: false
default: main
workflow_call:
inputs:
dbt_adapters_branch:
description: "The branch of dbt-adapters to use"
type: string
Expand All @@ -42,16 +57,11 @@ on:
type: string
required: false
default: "main"
name:
description: "name to associate with run"
required: false
type: string
default: "Adapter Integration Tests"
adapter_branch:
description: "The branch of this adapter repository to use"
dbt_common_branch:
description: "The branch of dbt-common to use"
type: string
required: false
default: main
default: "main"

permissions: read-all

Expand Down

0 comments on commit a4e16f1

Please sign in to comment.