From b5b136696f272014ce3c144f1d332a8fd20527a0 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Thu, 11 Jan 2024 11:11:49 -0800 Subject: [PATCH] archive artifacts for PRs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index feec5666bc..08b7de05af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ installers = [] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-pc-windows-msvc"] # Publish jobs to run in CI -pr-run-mode = "plan" +pr-run-mode = "archive" [patch.crates-io.ic-agent] version = "0.30.2"