We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecb2d8 commit b44cfebCopy full SHA for b44cfeb
1 file changed
.github/workflows/bench.yml
@@ -120,15 +120,6 @@ jobs:
120
failure: 'true'
121
result: ''
122
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
-
132
- name: Add Job Summary
133
run: |
134
result=$(cat ./${{ env.BENCH_REPORT_FILE }})
0 commit comments