github.github.onworkflowjob
Home > @runlightyear/github > GitHub > onWorkflowJob
GitHub.onWorkflowJob() method
This event occurs when there is activity relating to a job in a GitHub Actions workflow.
For activity relating to a workflow run instead of a job in a workflow run, use the workflow_run event.
Signature:static onWorkflowJob(props: GitHubListenerProps<WorkflowJobPayload>): {
webhook: string;
action: string;
};
Parameters
Parameter | Type | Description |
---|---|---|
props | GitHubListenerProps<WorkflowJobPayload> |
{ webhook: string; action: string; }