We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c16171 commit e92e12bCopy full SHA for e92e12b
.github/workflows/_linux_op_benchmark.yml
@@ -166,7 +166,6 @@ jobs:
166
name: Inductor-XPU-OP-Benchmark-Data-${{ github.event.pull_request.number || github.sha }}
167
path: ${{ github.workspace }}/op_benchmark
168
- name: Upload Reference Run ID
169
- if: ${{ env.run_type != 'on-demand' }}
170
run: |
171
gh --repo ${GITHUB_REPOSITORY} issue view ${reference_issue} --json body -q .body | \
172
sed "s/Inductor-XPU-OP-Benchmark-Data:.*/Inductor-XPU-OP-Benchmark-Data: ${GITHUB_RUN_ID}/" | sed '/^$/d' > new_body.txt
0 commit comments