From ae845b76e761757e1d87deba6a404dba408f1f9f Mon Sep 17 00:00:00 2001 From: bado Date: Fri, 5 Jul 2024 16:52:01 +0800 Subject: [PATCH] Testing commit message 07-05 4:51pm Signed-off-by: bado --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed5f75d90b..d9c886f7e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,9 +69,7 @@ jobs: # compare commit messages and pr description line by line for i in "${!lines1[@]}"; do - echo "FOR LOOP 1" for y in "${!lines2[@]}"; do - echo "FOR LOOP 2" if [[ "${lines1[i]}" == "${lines2[y]}" ]]; then echo "****CHECKING**** ${lines1[i]} \n ${lines2[y]}" echo "Match found at line $((i+1)) of updated PR description: ${updated_pr[i]}"