CI: temporarily disable self-hosted runners for nightly.yml (#33834)

Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
Delan Azabani 2024-10-14 21:13:10 +08:00 committed by GitHub
parent 0d3fad156a
commit 2322b22a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 1 deletions

View file

@ -18,6 +18,10 @@ on:
github-release-id:
required: false
type: string
force-github-hosted-runner:
required: false
type: boolean
default: false
workflow_dispatch:
inputs:
profile:
@ -33,6 +37,10 @@ on:
required: false
default: false
type: boolean
force-github-hosted-runner:
required: false
type: boolean
default: false
env:
RUST_BACKTRACE: 1
@ -54,6 +62,7 @@ jobs:
with:
github-hosted-runner-label: windows-2022
self-hosted-image-name: servo-windows10
force-github-hosted-runner: ${{ inputs.force-github-hosted-runner }}
runner-timeout:
needs:
- runner-select