githubActionsWorkflowJobs
Returns GitHub workflow jobs.
githubActionsWorkflowJobs(source: GitHubRequestSource!, codebaseRepositoryId: ID!, workflowRunId: ID!): [GitHubWorkflowJob!]!Arguments
The source used to filter or perform the operation.
Identifier of the codebase repository.
Identifier of the workflow run.
Returns
Stable identifier for this GitHub workflow job.
Display name of this GitHub workflow job.
Current status of this GitHub workflow job.
URL for this GitHub workflow job. May be null when unavailable or not applicable.
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 associated with this GitHub workflow job.
The run attempt associated with this GitHub workflow job. May be null when unavailable or not applicable.