From cd63f09a6eb67051fc382bbb448838381936acc1 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 23 Aug 2022 14:59:08 +0000 Subject: [PATCH] test pattern change --- --- a/.github/workflows/nodes-only-update.yml +++ b/.github/workflows/nodes-only-update.yml @@ -1,4 +1,4 @@ -name: +name: nodes-only update # Controls when the action will run. on: @@ -194,7 +194,7 @@ echo "Container: node-parachain RUNNING"; echo "Check Docker logs" DOCKER_LOGS=$(do_docker_logs) - if [[ ${DOCKER_LOGS} = *"🌗 All parachain collators restarted with the new binaries."* ]];then + if [[ ${DOCKER_LOGS} = *"All parachain collators restarted with the new binaries."* ]];then echo "🌗 All parachain collators restarted with the new binaries." return 0 else -- gitstuff