aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/android-build.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-07-07 13:47:59 -0700
committerGitHub <noreply@github.com>2023-07-07 13:47:59 -0700
commitf80edad10920247fee34422c14b4b22d6228cd14 (patch)
tree4b4fd2f3157ed81514eea9716be6102d9898c5b3 /.github/workflows/android-build.yml
parentd6a9ed32e6a8315fc5aef0da70de31256fc86a2b (diff)
parent738b37e5089356911e19d51136e196de3495fea1 (diff)
Merge pull request #11049 from Morph1984/gha
github: Remove dependence on chocolatey for buildcache
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: