Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEMP Windows CI skipping #76

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

TEMP Windows CI skipping #76

wants to merge 15 commits into from

Conversation

hugovk
Copy link
Owner

@hugovk hugovk commented Jan 29, 2025

No description provided.

srinivasreddy and others added 15 commits January 3, 2025 19:39
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
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