mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
This commit is contained in:
parent
87371a83b9
commit
72a49d5536
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark-dev.yml
vendored
2
.github/workflows/benchmark-dev.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
run: echo "steps - ${{ steps.pushBenchmarkAttempt1.outcome }}"
|
||||
|
||||
- name: Did attempt 1 fail?
|
||||
run: echo ${{ steps.pushBenchmarkAttempt1.outcome }}
|
||||
run: echo ${{ steps.pushBenchmarkAttempt1.outcome == 'failure'}}
|
||||
|
||||
- name: Push benchmark results (Attempt 2)
|
||||
id: pushBenchmarkAttempt2
|
||||
|
|
Loading…
Add table
Reference in a new issue