Types
GitHubWorkflowJob
Represents a GitHub workflow job in the GraphQL API.
object
GitHubWorkflowJobFields
id
ID!
Stable identifier for this GitHub workflow job.
name
String!
Display name of this GitHub workflow job.
status
Current status of this GitHub workflow job.
url
String
URL for this GitHub workflow job. May be null when unavailable or not applicable.
canRetry
Boolean!
Whether this GitHub workflow job can retry.
The retry unavailable reason associated with this GitHub workflow job. May be null when unavailable or not applicable.
steps
Steps associated with this GitHub workflow job.
runAttempt
Int
The run attempt associated with this GitHub workflow job. May be null when unavailable or not applicable.