Skip to content

Commit

Permalink
add dbt_common_branch to workflow_call, change field order
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jul 29, 2024
1 parent 3d4e1ff commit 69c05fa
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ on:
default: "main"
workflow_call:
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 @@ -47,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 69c05fa

Please sign in to comment.