Skip to content

Commit 44979db

Browse files
committed
remove confusing line in check-bypass
1 parent 152b48a commit 44979db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildkite/scripts/git/check-bypass.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ if [[ "$COMMENTED_CODE" == 0 ]]; then
4949
echo "⏭️ Skipping run as PR is bypassed"
5050
exit 0
5151
elif [[ "$COMMENTED_CODE" == 1 ]]; then
52-
echo "⚙️ PR is not bypassed. Proceeding with changelog check..."
52+
echo "⚙️ PR is not bypassed. Proceeding with check..."
5353
exit 2
5454
else
55-
echo "❌ Failed to check PR for being eligible for changelog check bypass"
55+
echo "❌ Failed to check PR for being eligible for check bypass"
5656
exit 1
5757
fi

0 commit comments

Comments
 (0)