Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines
- [ ] Tests for the changes have been added (if applicable)
- [ ] Docs have been added / updated (if applicable)
PR Type
What kind of change does this PR introduce?
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
What is the current behavior
Issue Number fixed #325
What is the new behavior
The projects input takes the highest priority. This ensure that setting affected to false (even if not necessary) doesn't make the code falls into the run all the projects branch.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior
Issue Number fixed #325
What is the new behavior
The
projects
input takes the highest priority. This ensure that settingaffected
tofalse
(even if not necessary) doesn't make the code falls into the run all the projects branch.Does this PR introduce a breaking change
Other information