diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e213d239..dbdda64ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - run: echo "Set CI Condition" path-filter: needs: set-ci-condition - if: ${{ needs.set-ci-condition.outputs.should-run-ci }} + if: ${{ needs.set-ci-condition.outputs.should-run-ci == 'true' }} name: Filter Paths runs-on: ubuntu-latest