Skip to content

Commit

Permalink
point workflows to config/release branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 26, 2024
1 parent 087579e commit c49c76b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ concurrency:

jobs:
code-quality:
uses: dbt-labs/dbt-adapters/.github/workflows/code-quality.yml@main
uses: dbt-labs/dbt-adapters/.github/workflows/code-quality.yml@config/release
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash

- name: Publish results
uses: dbt-labs/dbt-adapters/.github/actions/publish-results.yml@main
uses: dbt-labs/dbt-adapters/.github/actions/publish-results.yml@config/release
if: always()
with:
source-file: "results.csv"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ concurrency:

jobs:
unit:
uses: dbt-labs/dbt-adapters/.github/workflows/unit-tests.yml@main
uses: dbt-labs/dbt-adapters/.github/workflows/unit-tests.yml@config/release

0 comments on commit c49c76b

Please sign in to comment.