Fix failing workflow on main
We do not want this database uploaded for remote queries.
This commit is contained in:
parent
bee5aac8d7
commit
1beeda3ba3
2 changed files with 2 additions and 0 deletions
1
.github/workflows/__split-workflow.yml
generated
vendored
1
.github/workflows/__split-workflow.yml
generated
vendored
|
|
@ -60,6 +60,7 @@ jobs:
|
|||
- uses: ./../action/analyze
|
||||
with:
|
||||
output: ${{ runner.temp }}/results
|
||||
upload-database: false
|
||||
env:
|
||||
TEST_MODE: true
|
||||
- name: Assert Results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue