diff --git a/.github/workflows/automerge_scan.yml b/.github/workflows/automerge_scan.yml index 3e20dc502d38..d2c970a159dc 100644 --- a/.github/workflows/automerge_scan.yml +++ b/.github/workflows/automerge_scan.yml @@ -42,8 +42,10 @@ jobs: # Others success flag: conclusion in SUCCESS,NEUTRAL if [[ "$state" == "SUCCESS" ]];then # check pass + continue elif [[ "$conclusion" == "SUCCESS" ]] || [[ "$conclusion" == "NEUTRAL" ]];then # check pass + continue else echo "$url Check failed!!!" echo $check | jq