We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6b361 commit 4c759c0Copy full SHA for 4c759c0
1 file changed
.github/workflows/jsobmarks.yml
@@ -64,13 +64,13 @@ jobs:
64
with:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
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"
+ # - name: Upload benchmark plots
+ # uses: edunad/actions-image@v2.0.0
+ # with:
+ # path: "./*.png"
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # title: "Benchmarks at a Glance"
+ # annotationLevel: "notice"
74
- name: Upload artifacts
75
uses: actions/upload-artifact@v7
76
0 commit comments