diff options
| author | 2023-07-07 13:57:09 -0400 | |
|---|---|---|
| committer | 2023-07-07 13:57:09 -0400 | |
| commit | 82a105e2f859ab1cb2567bc50cee5a32c3616981 (patch) | |
| tree | 12f51372cf39a336d878de037390e2ce15245d19 | |
| parent | Merge pull request #11041 from Morph1984/vksdk (diff) | |
| download | yuzu-82a105e2f859ab1cb2567bc50cee5a32c3616981.tar.gz yuzu-82a105e2f859ab1cb2567bc50cee5a32c3616981.tar.xz yuzu-82a105e2f859ab1cb2567bc50cee5a32c3616981.zip | |
android-build: Run only on yuzu-android repository
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/android-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index e639e965a..5893f860e 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml | |||
| @@ -10,6 +10,7 @@ on: | |||
| 10 | jobs: | 10 | jobs: |
| 11 | android: | 11 | android: |
| 12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
| 13 | if: ${{ github.repository == 'yuzu-emu/yuzu-android' }} | ||
| 13 | steps: | 14 | steps: |
| 14 | - uses: actions/checkout@v3 | 15 | - uses: actions/checkout@v3 |
| 15 | with: | 16 | with: |