Skip to content

Commit 607417b

Browse files
committed
formatting yml files
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 2da25a3 commit 607417b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/maven-verify.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Maven Verify
4+
name: sdk-java Verify
55

66
on:
77
push:
@@ -14,14 +14,15 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Set up JDK 11
17+
- uses: actions/checkout@v2
18+
19+
- name: Set up JDK 11
1920
uses: actions/setup-java@v3
2021
with:
2122
distribution: temurin
2223
java-version: 11
2324
cache: 'maven'
2425

25-
- name: Verify with Maven
26-
run: |
27-
mvn -B -f pom.xml clean install verify
26+
- name: Verify with Maven
27+
run: |
28+
mvn -B -f pom.xml clean install verify

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
types: [closed]
66
paths:
77
- '.github/project.yml'
8-
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
118

129
defaults:
1310
run:

0 commit comments

Comments
 (0)