Skip to content

Commit

Permalink
Conclusion: support eq and hash (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 1, 2023
1 parent 3d4a08c commit cc559b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/workflows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub struct Job {
pub runner_group_name: Option<String>,
}

#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
#[serde(rename_all = "snake_case")]
#[non_exhaustive]
pub enum Conclusion {
Expand Down

0 comments on commit cc559b2

Please sign in to comment.