Avoid uploading databases after integration tests
We are still getting coverage of the upload capability through the standard codeql analysis workflow.
This commit is contained in:
parent
b8ea587211
commit
c208575433
42 changed files with 70 additions and 2 deletions
2
.github/workflows/__ruby.yml
generated
vendored
2
.github/workflows/__ruby.yml
generated
vendored
|
|
@ -54,6 +54,8 @@ jobs:
|
|||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
- uses: ./../action/analyze
|
||||
id: analysis
|
||||
with:
|
||||
upload-database: false
|
||||
- name: Check database
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue