Skip to content

Configure release pipeline, using shared actions from dbt-adapters #6

Configure release pipeline, using shared actions from dbt-adapters

Configure release pipeline, using shared actions from dbt-adapters #6

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "main"
- "*.latest"
pull_request:
workflow_dispatch:
permissions: read-all
# will cancel previous workflows triggered by the same event and for the same ref for PRs or same SHA otherwise
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
cancel-in-progress: true
jobs:
unit:
uses: dbt-labs/dbt-adapters/.github/workflows/unit-tests.yml@config/release

Check failure on line 20 in .github/workflows/unit-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unit-tests.yml" -> "dbt-labs/dbt-adapters/.github/workflows/unit-tests.yml@config/release" (source branch with sha:ba1a7c6af43fa4473bfa401f2a6ab08ac3583a0b) : workflow is not reusable as it is missing a `on.workflow_call` trigger