diff --git a/.github/workflows/build_psvita.yml b/.github/workflows/build_psvita.yml index bdf78c4..5d4400f 100644 --- a/.github/workflows/build_psvita.yml +++ b/.github/workflows/build_psvita.yml @@ -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: