Skip to content

Commit

Permalink
memmory_monitoring_check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
H2SU committed Dec 18, 2024
1 parent b32d0c4 commit 5864522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
fi
filename=$(basename $f)
check_server_file=$(grep $filename cubrid/CMakeLists.txt)
check_server_file=$(grep -F $filename cubrid/CMakeLists.txt)
if [ "$check_server_file" == "" ]; then
result_for_f="PASS"
fi
Expand Down

0 comments on commit 5864522

Please sign in to comment.