Skip to content

Commit c12a513

Browse files
committed
fix: disable deltas report
1 parent d2ce32d commit c12a513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-provisioning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
sketch-paths: |
192192
${{ env.UNIVERSAL_SKETCH_PATHS }}
193193
${{ matrix.sketch-paths }}
194-
enable-deltas-report: "true"
194+
enable-deltas-report: "false"
195195
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
196196
cli-compile-flags: |
197197
- --clean
@@ -211,7 +211,7 @@ jobs:
211211
sketch-paths: |
212212
${{ env.UNIVERSAL_SKETCH_PATHS }}
213213
${{ matrix.sketch-paths }}
214-
enable-deltas-report: "true"
214+
enable-deltas-report: "false"
215215
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
216216
cli-compile-flags: |
217217
- --clean

0 commit comments

Comments
 (0)