Skip to content

Commit

Permalink
Disabled the PS Vita build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Oct 25, 2023
1 parent 4e59415 commit 692e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_psvita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
vita:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
if: false
runs-on: ubuntu-20.04
container: gnuton/vitasdk-docker:latest
steps:
Expand Down

0 comments on commit 692e1d9

Please sign in to comment.