From 83da3436bb3c5beec336cda6925e3d75f77a10fa Mon Sep 17 00:00:00 2001 From: Urvi Date: Fri, 27 Oct 2023 10:38:45 -0700 Subject: [PATCH] services/horizon: Remove legacy ingestion tests from CI --- .github/workflows/horizon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index e69d4c1865..04a5e8be4d 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-20.04, ubuntu-22.04] go: ["1.20", "1.21"] pg: [9.6.5] - ingestion-backend: [db, captive-core, captive-core-remote-storage] + ingestion-backend: [captive-core, captive-core-remote-storage] protocol-version: [19, 20] runs-on: ${{ matrix.os }} services: