Skip to content

Commit

Permalink
Add CI for daily_spellbook
Browse files Browse the repository at this point in the history
  • Loading branch information
aalan3 committed May 29, 2024
1 parent a1a7174 commit 4074a73
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: [ self-hosted, linux, spellbook-trino-ci ]
strategy:
matrix:
project: [ 'tokens', 'spellbook' ]
project: [ 'tokens', 'spellbook', 'daily_spellbook' ]
max-parallel: 1

steps:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/daily_spellbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: DBT Daily Spellbook run

on:
workflow_dispatch:
pull_request:
paths:
- daily_spellbook/**
- .github/workflows/daily_spellbook.yml
- .github/workflows/dbt_run.yml

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 4074a73

Please sign in to comment.