Skip to content

Commit b44cfeb

Browse files
committed
fixup! chore: fix BENCH_ARTIFACTS to run all generation
1 parent fecb2d8 commit b44cfeb

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/bench.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@ jobs:
120120
failure: 'true'
121121
result: ''
122122
123-
- name: Output Result
124-
if: ${{ success() }}
125-
uses: cloudposse/github-action-matrix-outputs-write@main
126-
with:
127-
matrix-step-name: benchmark-${{ inputs.bench-file }}
128-
matrix-key: ${{ matrix.node-version }}
129-
outputs: |-
130-
result: '${{ env.BENCH_REPORT_FILE }}'
131-
132123
- name: Add Job Summary
133124
run: |
134125
result=$(cat ./${{ env.BENCH_REPORT_FILE }})

0 commit comments

Comments
 (0)