ci(enhancement): Do not trigger Github Actions for doc or Readme changes#102
Merged
bassoy merged 5 commits intoboostorg:developfrom Aug 12, 2020
coder3101:develop
Merged
ci(enhancement): Do not trigger Github Actions for doc or Readme changes#102bassoy merged 5 commits intoboostorg:developfrom coder3101:develop
bassoy merged 5 commits intoboostorg:developfrom
coder3101:develop
Conversation
Contributor
Author
|
Travis and Appveyor will still trigger. They are legacy CI we will drop in future, so let them get triggered until their removal. |
Codecov Report
@@ Coverage Diff @@
## develop #102 +/- ##
========================================
Coverage 95.33% 95.33%
========================================
Files 22 22
Lines 1223 1223
========================================
Hits 1166 1166
Misses 57 57 Continue to review full report at Codecov.
|
bassoy
approved these changes
Aug 11, 2020
Collaborator
|
@coder3101 |
Contributor
Author
|
Okay, I will add it after my CMake PR is merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As pointed out by @jwakely in this comment #99 (comment) it is not wise to trigger CI for changes in docs or any other non-code related changes. This commit relaxes the trigger restriction on PR and Push event so that they are only triggered when at least one file changed which does not belong to the below list:
Markdownchanged (anything ending with .md)docsubdirectory.