Skip to content

Commit 4af11ea

Browse files
committed
Add checks.
1 parent e8b16c4 commit 4af11ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/api/src/launchpad.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ impl Launchpad {
191191
&self,
192192
toolchains: BTreeMap<String, String>,
193193
) -> miette::Result<()> {
194-
if !is_ci() {
195-
// } || is_test_env() || proto_core::is_offline() {
194+
if !is_ci() || is_test_env() || proto_core::is_offline() {
196195
return Ok(());
197196
}
198197

0 commit comments

Comments
 (0)