Skip to content

Test new CI setup

Test new CI setup #1

Workflow file for this run

name: dbt slim ci

Check failure on line 1 in .github/workflows/tokens.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tokens.yaml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
workflow_dispatch:
pull_request:
paths:
- tokens/**
- .github/workflows/tokens.yaml
- .github/workflows/dbt_run.yaml
paths-ignore:
- 'scripts/**'
- 'Pipfile'
- '.gitignore'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
dbt-run:
uses: ./.github/workflows/dbt_run.yaml
with:
project: 'tokens'