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.
Since the ds-java 6.1.1 release I mistakenly changed the name of some of the workflows not realizing the impact it had on certain triggers such as "workflow_dispatch", which, in order to work, has to exist in the default branch in the file with the same name.
This update fixes this issue along with an improved specification of the automatic "push" and "pull_request" triggers.
Indentation is being made consistent at the recommended 2 spaces per indent.
These same changes will have to be made in the 7.0.X branch in a subsequent PR.
Similar changes should also be made in the 6.1.X branch (but using a different Java version) in a subsequent PR. This is in case we ever need to run these workflows for the current ds-java 6.1.1 release.
Note: Due to the limited capabilities of GH actions, I will not be able to test these until they are merged into main.