Skip to content

Commit 8f797cb

Browse files
committed
workflows/: comment library examples.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 63da3e0 commit 8f797cb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/compile-platform-examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ jobs:
203203
BOARD_NAME=$(echo ${{ matrix.board.fqbn }} | sed 's/:/-/g')
204204
echo "BOARD_NAME=$BOARD_NAME" >> $GITHUB_ENV
205205
206-
- name: Save sketches report as workflow artifact
207-
uses: actions/upload-artifact@v4
208-
with:
209-
if-no-files-found: error
210-
name: ${{ env.SKETCHES_REPORTS_PATH }}-${{ env.BOARD_NAME }}
211-
path: ${{ env.SKETCHES_REPORTS_PATH }}
206+
# - name: Save sketches report as workflow artifact
207+
# uses: actions/upload-artifact@v4
208+
# with:
209+
# if-no-files-found: error
210+
# name: ${{ env.SKETCHES_REPORTS_PATH }}-${{ env.BOARD_NAME }}
211+
# path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)