Skip to content

Commit 2929fab

Browse files
authored
Rename jobs in github actions (#291)
* Rename jobs
1 parent 30f5e07 commit 2929fab

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Maven Package
33
on: [push]
44

55
jobs:
6-
build:
6+
package:
77
runs-on: ubuntu-latest
88

99
steps:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
analyze:
25-
name: Analyze
25+
name: analyze
2626
runs-on: ubuntu-latest
2727
permissions:
2828
actions: read

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
jobs:
11-
build:
11+
release:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2

.github/workflows/java_checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Java Checkstyle
33
on: [push]
44

55
jobs:
6-
build:
6+
checkstyle:
77
runs-on: ubuntu-latest
88

99
steps:

.github/workflows/label-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [ opened, edited ]
66

77
jobs:
8-
build:
8+
label:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: TimonVS/pr-labeler-action@v3

.github/workflows/nexus-publish-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- development
1111

1212
jobs:
13-
build:
13+
publish_snapshots:
1414

1515
runs-on: ubuntu-latest
1616

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Maven Tests
33
on: [push]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-latest
88

99
steps:

0 commit comments

Comments
 (0)