Skip to content

Commit

Permalink
Include additional job scope "waiting_for_resource" (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 authored Sep 26, 2024
1 parent 141e50f commit 62f1e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/resources/Jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export type JobScope =
| 'success'
| 'canceled'
| 'skipped'
| 'manual';
| 'manual'
| 'waiting_for_resource';

export interface ArtifactSchema extends Record<string, unknown> {
file_type: string;
Expand Down

0 comments on commit 62f1e2c

Please sign in to comment.