Skip to content

Commit 46c4e8a

Browse files
committed
Rename jobs
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 5062d27 commit 46c4e8a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_and_manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
build-image-amd64:
24-
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for amd64
24+
name: Monitor ${{ inputs.monitor }}
2525
uses: ./.github/workflows/build_images.yml
2626
with:
2727
app: ${{ inputs.app }}

.github/workflows/build_changed_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "Changed files in json: ${{ steps.format.outputs.build }}"
7272
7373
for-each-app:
74-
name: Check frameworks app
74+
name: Build and push
7575
needs: get-changed-files
7676
strategy:
7777
fail-fast: false

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
build-image:
36-
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for ${{ inputs.arch }}
36+
name: Arch ${{ inputs.arch }}
3737
runs-on: ${{ inputs.runner }}
3838
outputs:
3939
result: ${{ steps.result.outputs.status }}

.github/workflows/separate_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "frameworks json: ${{ steps.filter.outputs.frameworks_json }}"
4545
4646
for-each-framework:
47-
name: Check monitors for ${{ inputs.app }} and framework
47+
name: App ${{ inputs.app }}
4848
needs: get-frameworks
4949
strategy:
5050
fail-fast: false

.github/workflows/separate_monitors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "MOnitors json: ${{ steps.filter.outputs.monitors_json }}"
5050
5151
for-each-monitor:
52-
name: Build ${{ inputs.app }} over ${{ inputs.framework }} for monitor
52+
name: Framework ${{ inputs.framework }}
5353
needs: get-monitors
5454
strategy:
5555
fail-fast: false

0 commit comments

Comments
 (0)