Skip to content

Commit f6e36d7

Browse files
authored
Merge pull request #45 from DataRecce/feature/drc-1078-demo-site-rerun-the-base-prep-job-every-week
Make the base update at lease per week basis
2 parents 8d75fcf + 3cf44bc commit f6e36d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dbt_base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- main
8+
schedule:
9+
- cron: '0 0 * * 0'
810
jobs:
911
build:
1012
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)