Skip to content

Commit

Permalink
Add daily spellbook to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aalan3 committed May 29, 2024
1 parent ef1960b commit b9fbd48
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/daily_spellbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: DBT Daily Spellbook run

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'

0 comments on commit b9fbd48

Please sign in to comment.