Corrected one line

This commit is contained in:
Dawid L Jablonski
2023-03-30 12:52:56 +02:00
parent a3019b1602
commit 1440455eb9
+1 -1
View File
@@ -153,7 +153,7 @@ jobs:
if [ "${{ github.event_name }}" == "schedule" ] || [ "${{ github.actor }}" == "dependabot[bot]" ]; then
echo -e "\033[32mci:force check can be skipped\033[0m"
skip_check="true"
elif [[ "$COMMIT_MESSAGE" == "[ci:force]" ]]; then
elif [[ "$COMMIT_MESSAGE" == "*[ci:force]*" ]]; then
echo -e "\033[32m[ci:force] flag detected. No need for approval.\033[0m"
skip_check="true"
fi