diff --git a/.github/workflows/build-game-bridge.yaml b/.github/workflows/build-game-bridge.yaml index 6d06520ce3..31dcdab148 100644 --- a/.github/workflows/build-game-bridge.yaml +++ b/.github/workflows/build-game-bridge.yaml @@ -101,7 +101,7 @@ jobs: create-unity-pr: name: Create Unity PR needs: build-game-bridge - if: ${{ github.event.inputs.game_engine == 'Unity' || github.event.inputs.game_engine == 'Both' }} + # if: ${{ github.event.inputs.game_engine == 'Unity' || github.event.inputs.game_engine == 'Both' }} runs-on: ubuntu-latest-4-cores steps: - name: Checkout SDK Repository