Skip to content

Commit e92e12b

Browse files
remove the unnecessary steps
1 parent 1c16171 commit e92e12b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/_linux_op_benchmark.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ jobs:
166166
name: Inductor-XPU-OP-Benchmark-Data-${{ github.event.pull_request.number || github.sha }}
167167
path: ${{ github.workspace }}/op_benchmark
168168
- name: Upload Reference Run ID
169-
if: ${{ env.run_type != 'on-demand' }}
170169
run: |
171170
gh --repo ${GITHUB_REPOSITORY} issue view ${reference_issue} --json body -q .body | \
172171
sed "s/Inductor-XPU-OP-Benchmark-Data:.*/Inductor-XPU-OP-Benchmark-Data: ${GITHUB_RUN_ID}/" | sed '/^$/d' > new_body.txt

0 commit comments

Comments
 (0)