summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android-build.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-07-07 22:47:59 +0200
committerGitHub <noreply@github.com>2023-07-07 22:47:59 +0200
commitf80edad10920247fee34422c14b4b22d6228cd14 (patch)
tree4b4fd2f3157ed81514eea9716be6102d9898c5b3 /.github/workflows/android-build.yml
parentMerge pull request #11041 from Morph1984/vksdk (diff)
parentverify: Remove dependence on chocolatey (diff)
downloadyuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar
yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.gz
yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.bz2
yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.lz
yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.xz
yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.zst
yuzu-f80edad10920247fee34422c14b4b22d6228cd14.zip
Diffstat (limited to '.github/workflows/android-build.yml')
-rw-r--r--.github/workflows/android-build.yml1
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:
jobs:
android:
runs-on: ubuntu-latest
+ if: ${{ github.repository == 'yuzu-emu/yuzu-android' }}
steps:
- uses: actions/checkout@v3
with: