Skip to content

Add daily spellbook to CI #1

Add daily spellbook to CI

Add daily spellbook to CI #1

Workflow file for this run

name: DBT Daily Spellbook run

Check failure on line 1 in .github/workflows/daily_spellbook.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/daily_spellbook.yml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
workflow_dispatch:
pull_request:
paths:
- daily_spellbook/**
- .github/workflows/daily_spellbook.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.yml
with:
project: 'daily_spellbook'