Disable database upload in test mode
This commit is contained in:
parent
b004bb45a8
commit
12243c759f
35 changed files with 12 additions and 63 deletions
5
.github/workflows/python312-windows.yml
vendored
5
.github/workflows/python312-windows.yml
vendored
|
|
@ -14,6 +14,8 @@ on:
|
|||
|
||||
jobs:
|
||||
test-setup-python-scripts:
|
||||
env:
|
||||
CODEQL_ACTION_TEST_MODE: true
|
||||
timeout-minutes: 45
|
||||
runs-on: windows-latest
|
||||
|
||||
|
|
@ -37,6 +39,3 @@ jobs:
|
|||
|
||||
- name: Analyze
|
||||
uses: ./../action/analyze
|
||||
with:
|
||||
upload: false
|
||||
upload-database: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue