mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
CI: fix self-hosted runner timeout detection (#33471)
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
7cbc5f6ee6
commit
25bce9f6b9
3 changed files with 3 additions and 3 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
uses: ./.github/workflows/self-hosted-runner-timeout.yml
|
uses: ./.github/workflows/self-hosted-runner-timeout.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
selected-runner-label: ${{ needs.runner-select.outputs.selected-runner-label }}
|
unique-id: ${{ needs.runner-select.outputs.unique-id }}
|
||||||
is-self-hosted: ${{ fromJSON(needs.runner-select.outputs.is-self-hosted) }}
|
is-self-hosted: ${{ fromJSON(needs.runner-select.outputs.is-self-hosted) }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: Detect Self-hosted Runner Timeout
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
selected-runner-label:
|
unique-id:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
is-self-hosted:
|
is-self-hosted:
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
uses: ./.github/workflows/self-hosted-runner-timeout.yml
|
uses: ./.github/workflows/self-hosted-runner-timeout.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
selected-runner-label: ${{ needs.runner-select.outputs.selected-runner-label }}
|
unique-id: ${{ needs.runner-select.outputs.unique-id }}
|
||||||
is-self-hosted: ${{ fromJSON(needs.runner-select.outputs.is-self-hosted) }}
|
is-self-hosted: ${{ fromJSON(needs.runner-select.outputs.is-self-hosted) }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue