-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix max workflows setting test #268
Conversation
Signed-off-by: Daniel Widdis <[email protected]>
btw if we merge this to main, it will mean it will be slightly out of order when we merge things back from feature branch. We might have already broken the order in other places though |
Ordering doesn't matter much, it's whether there are conflicting changes to the same files. One file hasn't been touched on the feature branch, one has changes only from backporting something from main, and the last has only overlapping identical changes in imports (which won't conflict) and changed lines of code that won't conflict. |
Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 551e768) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 551e768) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fix max workflows setting test (#268) (cherry picked from commit 551e768) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fix max workflows setting test (#268) (cherry picked from commit 551e768) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fixes a typo where the setting wasn't actually being checked and was using the default.
Also fixed some javadoc warnings
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.