Skip to content

Commit

Permalink
enable create unity pr job
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jul 10, 2024
1 parent f1f9ed5 commit 0241f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-game-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0241f87

Please sign in to comment.