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 879b7e3 commit fe4697aCopy full SHA for fe4697a
.github/workflows/benchmark.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Finalize job
60
run: |
61
report="${{ steps.benchmark.outputs.REPORT }}"
62
- if [[ "$report" == *"At least one benchmark is slower than the main branch"* || "$report" == *"Missing benchmarks"*]]; then
+ if [[ "$report" == *"At least one benchmark is slower than the main branch"* ]] || [[ "$report" == *"Missing benchmarks"* ]]; then
63
exit 1
64
else
65
exit 0
0 commit comments