CI: fix self-hosted runner timeout detection (#33471)

Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
Delan Azabani 2024-09-17 22:45:09 +08:00 committed by GitHub
parent 7cbc5f6ee6
commit 25bce9f6b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,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:

View file

@ -2,7 +2,7 @@ name: Detect Self-hosted Runner Timeout
on:
workflow_call:
inputs:
selected-runner-label:
unique-id:
required: true
type: string
is-self-hosted:

View file

@ -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: