Skip to content

Commit 95ce84f

Browse files
committed
Naming schemes and *more* context reachability
1 parent a132dc9 commit 95ce84f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
restore-keys: |
5656
${{ runner.os }}-${{ runner.arch }}-
5757
${{ runner.os }}-
58-
- name: "Maven Build (JIT)"
58+
- name: "Maven Build"
5959
uses: "./.github/actions/maven-build"
6060
with:
6161
BUILD_REVISION: "${{ needs.set_variables.outputs.build_version }}"
@@ -67,6 +67,7 @@ jobs:
6767
path: "target/mcw.jar"
6868

6969
publish_hotspot:
70+
name: "Publish (HotSpot)"
7071
needs: [ "set_variables", "build_hotspot" ]
7172
uses: "./.github/workflows/publish.yml"
7273
with:
@@ -95,7 +96,7 @@ jobs:
9596
restore-keys: |
9697
${{ runner.os }}-${{ runner.arch }}-
9798
${{ runner.os }}-
98-
- name: "Maven Build (AOT)"
99+
- name: "Maven Build"
99100
uses: "./.github/actions/maven-build"
100101
with:
101102
BUILD_REVISION: "${{ needs.set_variables.outputs.build_version }}"
@@ -107,6 +108,7 @@ jobs:
107108
path: "target/mcw"
108109

109110
publish_graal:
111+
name: "Publish (GraalVM)"
110112
needs: [ "set_variables", "build_graal" ]
111113
uses: "./.github/workflows/publish.yml"
112114
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ on:
2020
type: string
2121
required: true
2222

23-
name: "Publish (${{ inputs.DOCKER_TARGET }})"
24-
23+
name: "Publish"
2524
concurrency:
2625
group: "${{ inputs.DOCKER_TAG_CANONICAL }}-${{ inputs.DOCKER_TARGET }}"
2726

0 commit comments

Comments
 (0)