Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the logic to use two conditions: First check if there ARE configure/Makefile files (grep -qE) Then check if there are NO other files (! grep -qvE) Only skip Windows CI when BOTH conditions are true (only configure-related files changed) This way, Windows CI will be skipped only when ALL changed files are configure/Makefile related, and will run if there are any other changes