فهرست منبع

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: