Skip to content

Commit

Permalink
Merge c691665 into af1b077
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca authored Feb 22, 2024
2 parents af1b077 + c691665 commit 19a3ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EOF

skip_if_only() {
echo "Checking if tests need to be executed..."
NAMES=$(git diff --merge-base --name-only main)
NAMES=$(git diff --merge-base --name-only ${GIT_PR_TARGET_BRANCH})
for change in ${NAMES}; do
skip $change
if [[ $? == 0 ]]; then
Expand Down

0 comments on commit 19a3ab8

Please sign in to comment.