mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
uses: ./.github/workflows/self-hosted-runner-timeout.yml
|
||||
secrets: inherit
|
||||
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) }}
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue