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

(MAINT) Skip builds on docs-only PRs #392

Conversation

michaeltlombardi
Copy link
Collaborator

PR Summary

This change uses the [paths-ignore][01] property for the GitHub workflow pull requests trigger to skip the lengthy build process for PRs that only modify documentation or VS Code configuration, neither of which affect the code-building.

PR Context

This should enable faster feedback cycles for pull requests that don't affect the build, as the build workflow can take 15-20m each time.

This change uses the [`paths-ignore`][01] property for the GitHub workflow
pull requests trigger to skip the lengthy build process for PRs that only
modify documentation or VS Code configuration, neither of which affect
the code-building. This should enable faster feedback cycles for those
pull requests, as the build workflow can take 15-20m each time.
@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Apr 10, 2024
Merged via the queue into PowerShell:main with commit ef36815 Apr 10, 2024
4 checks passed
@michaeltlombardi michaeltlombardi deleted the maint/main/no-build-on-docs-only-changes branch April 10, 2024 13:40
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