Skip to content

Commit a68ccbe

Browse files
committed
Switch off PDF generation in the local pipeline temporarily.
Ref.: JohT/code-graph-analysis-pipeline@8812822
1 parent 7b4f80c commit a68ccbe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
121121
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
122122
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
123+
jupyter-pdf: "false"
123124
ref: 8cfcbe442d5f790dcae8248ff38f35ec09fc95b5 # main
124125

125126

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
with:
9595
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
9696
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
97+
jupyter-pdf: "false"
9798
ref: 8cfcbe442d5f790dcae8248ff38f35ec09fc95b5 # main
9899

99100

0 commit comments

Comments
 (0)