Add WorkflowJob to GitHubEventScaleUpTriggerSpec types (#922)

This commit is contained in:
Patrick Ellis
2022-04-19 20:59:08 -04:00
committed by GitHub
parent 81951780b1
commit 7a5a6381c3
5 changed files with 161 additions and 27 deletions

View File

@@ -141,6 +141,7 @@ spec:
status:
type: string
types:
description: 'One of: created, rerequested, or completed'
items:
type: string
type: array
@@ -160,6 +161,9 @@ spec:
push:
description: PushSpec is the condition for triggering scale-up on push event Also see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#push
type: object
workflowJob:
description: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_job
type: object
type: object
type: object
type: array