瀏覽代碼

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: