We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a760119 commit 00bbbe4Copy full SHA for 00bbbe4
.github/workflows/build.yaml
@@ -38,6 +38,7 @@ jobs:
38
run: echo "github.ref_name = '${{ github.ref_name }}'"
39
40
build:
41
+ name: Build ${{ matrix.env }} with ${{ matrix.gui.name }}
42
runs-on: ubuntu-latest
43
44
strategy:
@@ -133,6 +134,7 @@ jobs:
133
134
path: .pio/build/${{ matrix.env }}/firmware.bin
135
136
release:
137
+ name: Upload release assets
138
139
needs: build
140
if: github.ref_name == 'master' || startsWith(github.ref_name, 'v')
.github/workflows/divert_sim.yaml
@@ -13,6 +13,7 @@ on:
13
14
jobs:
15
16
+ name: Build and test divert_sim
17
18
19
steps:
0 commit comments