Skip to content

Commit

Permalink
Merge branch 'main' into add-triage-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Dec 17, 2024
2 parents 91e6d8b + d5a2d6d commit d959d6d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,18 @@ jobs:
with:
package: "dbt-athena"
pull-request: ${{ github.event.pull_request.number }}
secrets: inherit

code-quality:
uses: dbt-labs/dbt-adapters/.github/workflows/_code-quality.yml@main
with:
branch: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

changelog:
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main
with:
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-adapters/blob/main/CONTRIBUTING.md#adding-changelog-entry).'
skip_label: 'Skip Changelog'
secrets: inherit

verify-builds:
uses: dbt-labs/dbt-adapters/.github/workflows/_verify-build.yml@main
strategy:
fail-fast: false
matrix:
package: ["dbt-athena", "dbt-athena-community"]
os: [ubuntu-22.04]
Expand All @@ -46,6 +41,7 @@ jobs:
unit-tests:
uses: dbt-labs/dbt-adapters/.github/workflows/_unit-tests.yml@main
strategy:
fail-fast: false
matrix:
package: ["dbt-athena", "dbt-athena-community"]
os: [ubuntu-22.04]
Expand All @@ -60,6 +56,7 @@ jobs:
integration-tests:
uses: ./.github/workflows/_integration-tests.yml
strategy:
fail-fast: false
matrix:
package: ["dbt-athena", "dbt-athena-community"]
os: [ubuntu-22.04]
Expand Down

0 comments on commit d959d6d

Please sign in to comment.