mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
CI: temporarily disable self-hosted runners for nightly.yml (#33834)
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
0d3fad156a
commit
2322b22a6b
3 changed files with 20 additions and 1 deletions
10
.github/workflows/linux.yml
vendored
10
.github/workflows/linux.yml
vendored
|
@ -28,6 +28,10 @@ on:
|
|||
github-release-id:
|
||||
required: false
|
||||
type: string
|
||||
force-github-hosted-runner:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
profile:
|
||||
|
@ -55,6 +59,10 @@ on:
|
|||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
force-github-hosted-runner:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
@ -72,7 +80,7 @@ jobs:
|
|||
# runners which still use 20.04.
|
||||
github-hosted-runner-label: ubuntu-${{ inputs.upload && '20.04' || '22.04' }}
|
||||
self-hosted-image-name: servo-ubuntu2204
|
||||
force-github-hosted-runner: ${{ inputs.upload }}
|
||||
force-github-hosted-runner: ${{ inputs.upload || inputs.force-github-hosted-runner }}
|
||||
runner-timeout:
|
||||
needs:
|
||||
- runner-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue