File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ jobs:
119119
120120 CHANGED_FILES=$(git diff --name-only "origin/$GITHUB_BASE_REF..")
121121 # Check if changes are ONLY in configure/Makefile files
122- if echo "$CHANGED_FILES" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
123- ! echo "$CHANGED_FILES" | grep -qvE '^(configure.*|Makefile.*|.*\.m4)$'; then
122+ if echo "$CHANGED_FILES" | grep -v "build.yml\|reusable-change-detection.yml" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
123+ ! echo "$CHANGED_FILES" | grep -v "build.yml\|reusable-change-detection.yml" | grep -qvE '^(configure.*|Makefile.*|.*\.m4)$'; then
124124 # Only configure/Makefile files changed, skip Windows CI
125125 echo "run-windows=false" >> "$GITHUB_OUTPUT"
126126 else
You can’t perform that action at this time.
0 commit comments