Skip to content

Commit 00bbbe4

Browse files
committed
Adding names to the jobs
1 parent a760119 commit 00bbbe4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: echo "github.ref_name = '${{ github.ref_name }}'"
3939

4040
build:
41+
name: Build ${{ matrix.env }} with ${{ matrix.gui.name }}
4142
runs-on: ubuntu-latest
4243

4344
strategy:
@@ -133,6 +134,7 @@ jobs:
133134
path: .pio/build/${{ matrix.env }}/firmware.bin
134135

135136
release:
137+
name: Upload release assets
136138
runs-on: ubuntu-latest
137139
needs: build
138140
if: github.ref_name == 'master' || startsWith(github.ref_name, 'v')

.github/workflows/divert_sim.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16+
name: Build and test divert_sim
1617
runs-on: ubuntu-latest
1718

1819
steps:

0 commit comments

Comments
 (0)