Skip to content

Commit 5062d27

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build_changed_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check and build changed apps
1+
name: Identify the applications to build
22

33
on:
44
workflow_dispatch:
@@ -71,7 +71,7 @@ jobs:
7171
echo "Changed files in json: ${{ steps.format.outputs.build }}"
7272
7373
for-each-app:
74-
name: Track changes for each app
74+
name: Check frameworks app
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 for ${{ inputs.arch }}
36+
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for ${{ inputs.arch }}
3737
runs-on: ${{ inputs.runner }}
3838
outputs:
3939
result: ${{ steps.result.outputs.status }}

.github/workflows/separate_frameworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
get-frameworks:
17-
name: Get the frameworks to build ${{ inputs.app }} against
17+
name: Get frameworks to build ${{ inputs.app }}
1818
runs-on: ubuntu-22.04
1919
outputs:
2020
frameworks: ${{ steps.filter.outputs.frameworks }}
@@ -44,7 +44,7 @@ jobs:
4444
echo "frameworks json: ${{ steps.filter.outputs.frameworks_json }}"
4545
4646
for-each-framework:
47-
name: Find the monitors for ${{ inputs.app }} and each framework
47+
name: Check monitors for ${{ inputs.app }} and framework
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 each monitor
52+
name: Build ${{ inputs.app }} over ${{ inputs.framework }} for monitor
5353
needs: get-monitors
5454
strategy:
5555
fail-fast: false

0 commit comments

Comments
 (0)