Преглед изворни кода

android-build: Run only on yuzu-android repository

Morph пре 3 година
родитељ
комит
82a105e2f8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/android-build.yml

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

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