Skip to content

Commit

Permalink
[fix]: Add missing "waiting" enum to WorkflowJobStatus.cs (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Floyd <[email protected]>
Co-authored-by: Jamie Magee <[email protected]>
  • Loading branch information
3 people committed Oct 12, 2023
1 parent e0bb810 commit f91473c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ public enum WorkflowJobStatus
InProgress,
[EnumMember(Value = "completed")]
Completed,
[EnumMember(Value = "waiting")]
Waiting,
}

0 comments on commit f91473c

Please sign in to comment.