[ci:force]

This commit is contained in:
Dawid L Jablonski
2023-03-30 17:32:19 +02:00
parent 9755933b46
commit 37e067cc56
+1 -1
View File
@@ -156,7 +156,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