diff --git a/.github/workflows/jobs.yaml b/.github/workflows/jobs.yaml index d3603c77c..63df8d265 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -1346,7 +1346,7 @@ jobs: result=${result%\%} echo "result:" echo $result - threshold=36.6 + threshold=41.2 if (( $(echo "$result >= $threshold" |bc -l) )); then echo "It is equal or greater than threshold, passed!" else