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.
2 parents 8d75fcf + 3cf44bc commit f6e36d7Copy full SHA for f6e36d7
.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