From 1440455eb9b18ebb3877af78e3bc0201fd7f1da7 Mon Sep 17 00:00:00 2001 From: Dawid L Jablonski Date: Thu, 30 Mar 2023 12:52:56 +0200 Subject: [PATCH] Corrected one line --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d09ad7d3e2..0d47878f55 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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