Browse Source

android-build: Run only on yuzu-android repository

Morph 3 years ago
parent
commit
82a105e2f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/android-build.yml

+ 1 - 0
.github/workflows/android-build.yml

@@ -10,6 +10,7 @@ on:
 jobs:
 jobs:
   android:
   android:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
+    if: ${{ github.repository == 'yuzu-emu/yuzu-android' }}
     steps:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
         with:
         with: