From 349af4d575f1526abede617a74e59933680ff0f7 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 1 Sep 2023 02:24:42 +1000 Subject: [PATCH] Fix testnet checkpoint job height regex (#7433) --- .github/workflows/continous-integration-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 65a891f5..58907fff 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -570,7 +570,7 @@ jobs: disk_suffix: tip root_state_path: '/var/cache' zebra_state_dir: 'zebrad-cache' - height_grep_text: 'current_height.*=.*Height.*\(' + height_grep_text: 'zebra_tip_height.*=.*Height.*\(' secrets: inherit # lightwalletd cached tip state tests