diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04948ae6a..015feadf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,4 @@ jobs: steps: - shell: bash run: | - [[ ${{ contains(needs.*.result, 'failure') }} -eq false ]] || exit 1 + [[ ${{ contains(needs.*.result, 'failure') }} = false ]]