Skip to content

Commit 8812822

Browse files
committed
Switch off PDF generation in the local pipeline temporarily
1 parent 5c68339 commit 8812822

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/internal-java-code-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ jobs:
119119
with:
120120
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
121121
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
122-
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
122+
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
123+
jupyter-pdf: "false"

.github/workflows/internal-typescript-code-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ jobs:
117117
uses: ./.github/workflows/public-analyze-code-graph.yml
118118
with:
119119
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
120-
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
120+
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
121+
jupyter-pdf: "false"

0 commit comments

Comments
 (0)