Skip to content

Commit a1d0511

Browse files
Merge main into feature/add-rounding-effect-analysis
2 parents 308e5cb + f6e36d7 commit a1d0511

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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

.github/workflows/recce_ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
- name: Merge Base Branch into PR
18+
uses: cycleapple/[email protected]
19+
with:
20+
baseBranch: ${{ github.event.pull_request.base.ref }}
21+
1722
- name: Set up Python
1823
uses: actions/setup-python@v4
1924
with:

0 commit comments

Comments
 (0)