File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,19 +51,16 @@ jobs:
5151 with :
5252 python-version : " 3.11"
5353 - name : Build CPython and run pyperformance benchmarks
54- if : ${{ steps.should_run.outputs.should_run != 'false' }}
5554 run : |
5655 python workflow_bootstrap.py --pystats ${{ inputs.fork }} ${{ inputs.ref }} all ${{ inputs.benchmarks || 'all' }} ${{ env.flags }} --run_id ${{ github.run_id }}
5756 - name : Pull benchmarking
58- if : ${{ steps.should_run.outputs.should_run != 'false' }}
5957 run : |
6058 # Another benchmarking task may have created results for the same
6159 # commit while the above was running. This "magic" incantation means
6260 # that any local results for this commit will override anything we
6361 # just pulled in in that case.
6462 git pull -s recursive -X ours --autostash --rebase
6563 - name : Add data to repo
66- if : ${{ steps.should_run.outputs.should_run != 'false' }}
6764 uses : EndBug/add-and-commit@v9
6865 with :
6966 add : results
You can’t perform that action at this time.
0 commit comments