From 3a9816aafd2a0f6734f43dd43dd14a1cabfe4a9e Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sat, 30 Jul 2022 06:05:01 -0700 Subject: 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 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/ci.yml') 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 -- cgit v1.2.3