From e9a63a9996060f29010d60f4e13c8508a8e0ebd5 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 3 Jul 2026 09:14:07 +0200 Subject: [PATCH] fix: fix bad mirroring (nuke Tranquillity) --- .github/workflows/LaMira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LaMira.yml b/.github/workflows/LaMira.yml index d0bf42d..08d2e40 100644 --- a/.github/workflows/LaMira.yml +++ b/.github/workflows/LaMira.yml @@ -29,7 +29,7 @@ jobs: mira: runs-on: ubuntu-latest needs: check_work - if: github.repository != 'Project-Tranquility/Tranquillity' && github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.check_work.result == 'success' + if: github.repository != 'Project-Tranquility/Tranquillity' && github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.check_work.result == 'success' && github.repository != 'Project-Tranquility/ctOS' steps: - uses: actions/checkout@v6 with: