diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7066b798834f8d0d1693d39a590a69e3d653afcb..39e1d7b17d83288fd3a9a3ebeec7434619c27279 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -251,7 +251,7 @@ jobs: # This job is split out from the rest since it is not required to pass for merge check-sdk-examples: name: Check SDK Examples - if: ${{ inputs.run_sdk_examples == 'true' }} + if: ${{ inputs.run_sdk_examples }} needs: generate runs-on: ubuntu-latest steps: