Skip to content

Commit aa60ce0

Browse files
committed
Remove _should_run checks in _pystats.src.yml
1 parent 2124b6d commit aa60ce0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bench_runner/templates/_pystats.src.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)