diff --git a/.github/workflows/reusable-build-project.yml b/.github/workflows/reusable-build-project.yml index 91bbf366f..f1cce1f3a 100644 --- a/.github/workflows/reusable-build-project.yml +++ b/.github/workflows/reusable-build-project.yml @@ -22,7 +22,7 @@ jobs: submodules: true - name: Setup Python - if: ${{ inputs.platform != 'self-hosted' }} + if: inputs.platform != 'self-hosted' uses: actions/setup-python@v5 with: python-version: '3.x'