You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments