diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-08-02 01:05:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-02 01:05:20 -0400 |
| commit | 84d70ad567ade5b5fa7165a0137289a623916e98 (patch) | |
| tree | 637f592fd3ccfdb5582997c7dca03ef9a6d03960 /.github/workflows/ci.yml | |
| parent | 9c31edccdf44f9d816895f80605a15116a67fd8a (diff) | |
| parent | 3a9816aafd2a0f6734f43dd43dd14a1cabfe4a9e (diff) | |
Merge pull request #8681 from Docteh/test
tidy up github actions
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04f4bb9f5..aa5824824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: reuse: runs-on: ubuntu-latest + if: ${{ github.repository == 'yuzu-emu/yuzu' }} steps: - uses: actions/checkout@v3 - uses: fsfe/reuse-action@v1 |
