Unverified Commit 6dad2fbf authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix examples check in CI (#2106)

parent 5970ef77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: