Skip to content

Commit ba68dbb

Browse files
committed
Update workflow for pr review
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
1 parent dbcf134 commit ba68dbb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/run.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ jobs:
3030
run: |
3131
make load
3232
33-
- uses: actions/checkout@v3
34-
with:
35-
ref: main
36-
3733
- name: Run dbt + PipeRider for main branch
3834
run: |
35+
git fetch
36+
git checkout main
3937
dbt deps
4038
dbt run
4139
piperider run --dbt-state target/

models/marts/metrics.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@ metrics:
2727
time_grains: [ day, week, month ]
2828
dimensions: [ repo ]
2929

30+
filters:
31+
- field: author
32+
operator: '!='
33+
value: "'github-actions[bot]'"
34+
3035
tags:
3136
- piperider

0 commit comments

Comments
 (0)