Adding missed linux skip (#1197)

This commit is contained in:
ammallya
2025-10-01 10:37:47 -07:00
committed by GitHub
parent f7dba2eb5c
commit 8751d58616
+1
View File
@@ -66,6 +66,7 @@ jobs:
"$file" == projects/rocprofiler-systems/docs/* || \
"$file" == projects/rocr-runtime/runtime/docs/* ]]; then
WINDOWS_SKIP=true
MATCH_FOUND=false
fi
if [[ "$MATCH_FOUND" == true && "$WINDOWS_SKIP" == false ]]; then
break