diff options
| author | 2022-07-30 06:05:01 -0700 | |
|---|---|---|
| committer | 2022-07-30 06:05:01 -0700 | |
| commit | 3a9816aafd2a0f6734f43dd43dd14a1cabfe4a9e (patch) | |
| tree | 63cb2081f9ccdbb6c5a0f395dab72d560652cfeb /.github/workflows/ci.yml | |
| parent | Merge pull request #8640 from lat9nq/vcpkg-extra (diff) | |
| download | yuzu-3a9816aafd2a0f6734f43dd43dd14a1cabfe4a9e.tar.gz yuzu-3a9816aafd2a0f6734f43dd43dd14a1cabfe4a9e.tar.xz yuzu-3a9816aafd2a0f6734f43dd43dd14a1cabfe4a9e.zip | |
tidy up github actions
ci.yml: REUSE task should only run on yuzu-emu/yuzu repository
verify.yml: #8659 is a better fix to the discord-rpc dirty flag
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: | |||
| 27 | 27 | ||
| 28 | reuse: | 28 | reuse: |
| 29 | runs-on: ubuntu-latest | 29 | runs-on: ubuntu-latest |
| 30 | if: ${{ github.repository == 'yuzu-emu/yuzu' }} | ||
| 30 | steps: | 31 | steps: |
| 31 | - uses: actions/checkout@v3 | 32 | - uses: actions/checkout@v3 |
| 32 | - uses: fsfe/reuse-action@v1 | 33 | - uses: fsfe/reuse-action@v1 |