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: