Skip to content

Commit 4c759c0

Browse files
committed
comment out at-a-glance section
1 parent 7f6b361 commit 4c759c0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/jsobmarks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
with:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
message: ${{ steps.build-comment.outputs.result }}
67-
- name: Upload benchmark plots
68-
uses: edunad/actions-image@v2.0.0
69-
with:
70-
path: "./*.png"
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72-
title: "Benchmarks at a Glance"
73-
annotationLevel: "notice"
67+
# - name: Upload benchmark plots
68+
# uses: edunad/actions-image@v2.0.0
69+
# with:
70+
# path: "./*.png"
71+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
# title: "Benchmarks at a Glance"
73+
# annotationLevel: "notice"
7474
- name: Upload artifacts
7575
uses: actions/upload-artifact@v7
7676
with:

0 commit comments

Comments
 (0)