Skip to content

Commit

Permalink
Merge branch 'TASK-5475' into TASK-5475-release
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jan 25, 2024
2 parents 5f1ce41 + 5c5def2 commit ccebb07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/scripts/get_same_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccebb07

Please sign in to comment.