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 <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-07-13 15:58:58 +08:00 committed by GitHub
parent 973465a9b6
commit f7e49c788f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,8 +157,7 @@ jobs:
name: HarmonyOS Build (aarch64) name: HarmonyOS Build (aarch64)
continue-on-error: true continue-on-error: true
runs-on: hos-builder runs-on: hos-builder
if: ${{ false }} if: github.repository == 'servo/servo'
#if: github.repository == 'servo/servo'
steps: steps:
- if: ${{ github.event_name != 'pull_request_target' }} - if: ${{ github.event_name != 'pull_request_target' }}
run: git fetch --depth=1 origin $GITHUB_SHA 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. # so in the beginning we will just do a best effort approach but ignore errors.
continue-on-error: true continue-on-error: true
runs-on: hos-runner runs-on: hos-runner
if: ${{ false }} if: github.repository == 'servo/servo'
#if: github.repository == 'servo/servo'
needs: build-harmonyos-aarch64 needs: build-harmonyos-aarch64
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
@ -248,8 +246,7 @@ jobs:
continue-on-error: true continue-on-error: true
runs-on: hos-runner runs-on: hos-runner
needs: test-harmonyos-aarch64 needs: test-harmonyos-aarch64
if: ${{ false }} if: github.repository == 'servo/servo'
#if: github.repository == 'servo/servo'
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with: