From 5c5def20386a0415d00f7cf6e257d5728bb5ef63 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 25 Jan 2024 15:03:45 +0100 Subject: [PATCH] Delete restrictio to branches get_same_branch.yml #TASK-5475 --- .github/workflows/scripts/get_same_branch.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/scripts/get_same_branch.sh b/.github/workflows/scripts/get_same_branch.sh index f217d21e70c..750271b0c6c 100644 --- a/.github/workflows/scripts/get_same_branch.sh +++ b/.github/workflows/scripts/get_same_branch.sh @@ -7,10 +7,6 @@ if [[ -z $BRANCH_NAME ]]; then exit 1 fi -if [[ $BRANCH_NAME != "TASK-"* ]]; then - echo "No need to check dependencies." - exit 0 -fi function install(){ local REPO=$1