Adding skip to docs paths (#1196)

此提交包含在:
ammallya
2025-10-01 09:57:44 -07:00
提交者 GitHub
父節點 74fc268a32
當前提交 f7dba2eb5c
+9
查看文件
@@ -58,6 +58,15 @@ jobs:
if [[ "$file" == projects/clr/* || "$file" == projects/hip/* || "$file" == projects/hip-tests/* ]]; then
WINDOWS_SKIP=false
fi
if [[ "$file" == projects/hip/docs/* || \
"$file" == projects/rdc/docs/* || \
"$file" == projects/rocm-smi-lib/docs/* || \
"$file" == projects/rocminfo/docs/* || \
"$file" == projects/rocprofiler-compute/docs/* || \
"$file" == projects/rocprofiler-systems/docs/* || \
"$file" == projects/rocr-runtime/runtime/docs/* ]]; then
WINDOWS_SKIP=true
fi
if [[ "$MATCH_FOUND" == true && "$WINDOWS_SKIP" == false ]]; then
break
fi