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 6340fb0 commit 92f0190Copy full SHA for 92f0190
bench_runner/templates/_benchmark.src.yml
@@ -273,7 +273,7 @@ jobs:
273
if: ${{ always() }}
274
id: should_run
275
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
+ venv/bin/python -m bench_runner should_run ${{ inputs.force }} ${{ inputs.force }} ${{ inputs.ref }} ${{ inputs.machine }} false ${{ inputs.tier2 }} ${{ inputs.jit }} >> $GITHUB_OUTPUT
277
- name: Checkout python-macrobenchmarks
278
uses: actions/checkout@v4
279
if: ${{ steps.should_run.outputs.should_run != 'false' }}
0 commit comments