From 2fda5ae7478e846dc2b0058760565eb91689a221 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Thu, 9 Jul 2026 16:30:59 -0300 Subject: [PATCH] [ci-bitrise] Drop dangling run_tests pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Referenced build_for_testing/test_without_building workflows that were never defined — copied the pipeline block from LC Wallet without its matching workflow definitions. Unused anyway (not in trigger_map, no PR trigger wanted), so removing instead of completing it. --- bitrise.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 328fb67..543c33d 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -31,16 +31,6 @@ app: # hardcoded team like LC Wallet, so it's injected # here instead) -# ─── PIPELINES ──────────────────────────────────────────────────────────────── -pipelines: - run_tests: - workflows: - build_for_testing: {} - test_without_building: - depends_on: - - build_for_testing - parallel: "$TEST_SHARD_COUNT" - # ─── WORKFLOWS ──────────────────────────────────────────────────────────────── workflows: