Skip to content

Commit

Permalink
Fix a few minor YAML formatting issues
Browse files Browse the repository at this point in the history
Noticed while validating the file with yamllint.
  • Loading branch information
gsmet committed Mar 3, 2021
1 parent f5fde84 commit 58a4e04
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,11 @@ jobs:
strategy:
fail-fast: false
matrix:
java :
- { name: "8",
java-version: 8,
maven_args: "-pl !integration-tests/kubernetes/quarkus-standard-way"
java:
- {
name: "8",
java-version: 8,
maven_args: "-pl !integration-tests/kubernetes/quarkus-standard-way"
}
- {
name: "11",
Expand Down Expand Up @@ -366,7 +367,7 @@ jobs:
fail-fast: false
matrix:
java:
- {
- {
name: "11",
java-version: 11
}
Expand Down

0 comments on commit 58a4e04

Please sign in to comment.