Skip to content

Conversation

@srinivasreddy
Copy link
Owner

No description provided.

@srinivasreddy srinivasreddy changed the base branch from main to gh-128446 February 5, 2025 13:19
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
… contains only changes to Configure or Makefile files
@srinivasreddy srinivasreddy changed the base branch from gh-128446 to main February 5, 2025 13:30
@srinivasreddy srinivasreddy changed the base branch from main to gh-128446 February 5, 2025 13:31
@srinivasreddy srinivasreddy changed the base branch from gh-128446 to main February 5, 2025 14:28
@srinivasreddy srinivasreddy changed the base branch from main to gh-128446 February 5, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants