From f7e49c788f163678a1d635a645cda6c7bbceaeae Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Sun, 13 Jul 2025 15:58:58 +0800 Subject: [PATCH] Re-enable HOS-CI (#38019) The self-hosted runners should be up and running again, so we can re-enable. Testing: If CI passes, it shows that the runners are there again. Signed-off-by: Jonathan Schwender --- .github/workflows/ohos.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index 3381426e6ef..d1b26fe8520 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -157,8 +157,7 @@ jobs: name: HarmonyOS Build (aarch64) continue-on-error: true runs-on: hos-builder - if: ${{ false }} - #if: github.repository == 'servo/servo' + if: github.repository == 'servo/servo' steps: - if: ${{ github.event_name != 'pull_request_target' }} run: git fetch --depth=1 origin $GITHUB_SHA @@ -185,8 +184,7 @@ jobs: # so in the beginning we will just do a best effort approach but ignore errors. continue-on-error: true runs-on: hos-runner - if: ${{ false }} - #if: github.repository == 'servo/servo' + if: github.repository == 'servo/servo' needs: build-harmonyos-aarch64 steps: - uses: actions/download-artifact@v4 @@ -248,8 +246,7 @@ jobs: continue-on-error: true runs-on: hos-runner needs: test-harmonyos-aarch64 - if: ${{ false }} - #if: github.repository == 'servo/servo' + if: github.repository == 'servo/servo' steps: - uses: actions/download-artifact@v4 with: