From 46c3c6d8c0e7f453375b80dcff0571ac016bab98 Mon Sep 17 00:00:00 2001 From: urvisavla Date: Tue, 31 Oct 2023 13:29:40 -0700 Subject: [PATCH] services/horizon: Remove legacy ingestion tests from CI (#5094) --- .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 b22dd03796..3fd687e31b 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: [12] - 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: