mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
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:
parent
973465a9b6
commit
f7e49c788f
1 changed files with 3 additions and 6 deletions
9
.github/workflows/ohos.yml
vendored
9
.github/workflows/ohos.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue