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 @@ -134,8 +134,8 @@ jobs:
134134
135135 CHANGED_FILES=$(git diff --name-only "origin/$GITHUB_BASE_REF..")
136136 # Check if changes are ONLY in configure/Makefile files
137- if echo "$CHANGED_FILES" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
138- ! echo "$CHANGED_FILES" | grep -qvE '^(configure.*|Makefile.*|.*\.m4)$'; then
137+ if echo "$CHANGED_FILES" | grep -v "build.yml\|reusable-change-detection.yml" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
138+ ! echo "$CHANGED_FILES" | grep -v "build.yml\|reusable-change-detection.yml" | grep -qvE '^(configure.*|Makefile.*|.*\.m4)$'; then
139139 # Only configure/Makefile files changed, skip Windows CI
140140 echo "run-windows=false" >> "$GITHUB_OUTPUT"
141141 else
You can’t perform that action at this time.
0 commit comments