mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
chore: remove debug steps
This commit is contained in:
parent
8e116643ae
commit
99de501a02
1 changed files with 0 additions and 6 deletions
6
.github/workflows/benchmark-dev.yml
vendored
6
.github/workflows/benchmark-dev.yml
vendored
|
@ -77,12 +77,6 @@ jobs:
|
||||||
bench_output_file_path: "./${{ matrix.bench.script }}-output.txt"
|
bench_output_file_path: "./${{ matrix.bench.script }}-output.txt"
|
||||||
bench_external_data_json_path: "./gh-pages/dev/bench/data-${{ matrix.os }}.json"
|
bench_external_data_json_path: "./gh-pages/dev/bench/data-${{ matrix.os }}.json"
|
||||||
|
|
||||||
- name: Print steps.pushBenchmarkAttempt1.outcome
|
|
||||||
run: echo "steps - ${{ steps.pushBenchmarkAttempt1.outcome }}"
|
|
||||||
|
|
||||||
- name: Did attempt 1 fail?
|
|
||||||
run: echo ${{ steps.pushBenchmarkAttempt1.outcome == 'failure'}}
|
|
||||||
|
|
||||||
- name: Push benchmark results (Attempt 2)
|
- name: Push benchmark results (Attempt 2)
|
||||||
id: pushBenchmarkAttempt2
|
id: pushBenchmarkAttempt2
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue