diff options
| author | bunnei <bunneidev@gmail.com> | 2023-07-07 13:47:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 13:47:59 -0700 |
| commit | f80edad10920247fee34422c14b4b22d6228cd14 (patch) | |
| tree | 4b4fd2f3157ed81514eea9716be6102d9898c5b3 /.github/workflows/android-build.yml | |
| parent | d6a9ed32e6a8315fc5aef0da70de31256fc86a2b (diff) | |
| parent | 738b37e5089356911e19d51136e196de3495fea1 (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.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: jobs: android: runs-on: ubuntu-latest + if: ${{ github.repository == 'yuzu-emu/yuzu-android' }} steps: - uses: actions/checkout@v3 with: |
