diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 5df4aa6666f..1e3711bc38f 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -406,7 +406,7 @@ jobs: output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} - threshold="51744" + threshold="51752" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else