Skip to content

Commit 92f0190

Browse files
committed
Fix syntax
1 parent 6340fb0 commit 92f0190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
if: ${{ always() }}
274274
id: should_run
275275
run: |
276-
venv/bin/python -m bench_runner should_run ${{ inputs.force }} ${{ inputs.force }} ${{ inputs.ref }} ${{ inputs.machine }} false ${{ inputs.tier2 }} ${{ inputs.jit }}>> $GITHUB_OUTPUT
276+
venv/bin/python -m bench_runner should_run ${{ inputs.force }} ${{ inputs.force }} ${{ inputs.ref }} ${{ inputs.machine }} false ${{ inputs.tier2 }} ${{ inputs.jit }} >> $GITHUB_OUTPUT
277277
- name: Checkout python-macrobenchmarks
278278
uses: actions/checkout@v4
279279
if: ${{ steps.should_run.outputs.should_run != 'false' }}

0 commit comments

Comments
 (0)