We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d75fcf commit 3cf44bcCopy full SHA for 3cf44bc
.github/workflows/dbt_base.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches:
7
- main
8
+ schedule:
9
+ - cron: '0 0 * * 0'
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments