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 308e5cb + f6e36d7 commit a1d0511Copy full SHA for a1d0511
.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
.github/workflows/recce_ci.yml
@@ -14,6 +14,11 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
+ - name: Merge Base Branch into PR
18
+ uses: cycleapple/[email protected]
19
+ with:
20
+ baseBranch: ${{ github.event.pull_request.base.ref }}
21
+
22
- name: Set up Python
23
uses: actions/setup-python@v4
24
0 commit comments