Skip to content

Commit 10f0515

Browse files
authored
Merge pull request #1981 from github/aeisenberg/delete-analysis-after-upload
Delete analysis after uploading
2 parents 0d0a53c + 4e80a80 commit 10f0515

10 files changed

+170
-16
lines changed

.github/workflows/python312-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Analyze
3939
uses: ./../action/analyze
4040
with:
41+
upload: false
4142
upload-database: false

lib/init-action-post-helper.js

+61-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post-helper.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post-helper.test.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)