Skip to content

Commit 1beeda3

Browse files
committed
Fix failing workflow on main
We do not want this database uploaded for remote queries.
1 parent bee5aac commit 1beeda3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/__split-workflow.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/split-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ steps:
2828
- uses: ./../action/analyze
2929
with:
3030
output: "${{ runner.temp }}/results"
31+
upload-database: false
3132
env:
3233
TEST_MODE: true
3334
- name: Assert Results

0 commit comments

Comments
 (0)