From b17e647f185f3d56d84acf277d1eed4e9014eaf5 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 21 Oct 2022 12:16:03 +1000 Subject: [PATCH] Fix lwd full sync patch job name (#5448) --- .github/workflows/continous-integration-docker.patch-always.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-integration-docker.patch-always.yml b/.github/workflows/continous-integration-docker.patch-always.yml index 9621a0c0..ccda278d 100644 --- a/.github/workflows/continous-integration-docker.patch-always.yml +++ b/.github/workflows/continous-integration-docker.patch-always.yml @@ -20,7 +20,7 @@ jobs: - run: 'echo "No build required"' lightwalletd-full-sync: - name: lightwalletd tip / Run lightwalletd-full-sync test + name: lightwalletd tip / Run lwd-full-sync test runs-on: ubuntu-latest steps: - run: 'echo "No build required"'