Skip to content

Commit 2a2a008

Browse files
committed
fix: make artifact size changes not break wf
1 parent 032ee30 commit 2a2a008

File tree

1 file changed

+2
-1
lines changed
  • packages/edge/services/pegboard/src/workflows/actor

1 file changed

+2
-1
lines changed

packages/edge/services/pegboard/src/workflows/actor/setup.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,11 @@ struct ResolveArtifactsInput {
705705
dc_build_delivery_method: BuildDeliveryMethod,
706706
}
707707

708-
#[derive(Debug, Serialize, Deserialize, Hash)]
708+
#[derive(Debug, Serialize, Deserialize)]
709709
struct ResolveArtifactsOutput {
710710
artifact_url_stub: String,
711711
fallback_artifact_url: Option<String>,
712+
#[serde(default)]
712713
artifact_size_bytes: u64,
713714
}
714715

0 commit comments

Comments
 (0)