Skip to content

Commit 7fb2b02

Browse files
committed
Update workflow names
Updates the GitHub workflows with more succinct names.
1 parent f8ff077 commit 7fb2b02

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

.github/workflows/build-esp.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ESP Examples
1+
name: ESP
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-esp:
10+
build:
11+
name: Build
1112
runs-on: ubuntu-24.04
1213
container: espressif/idf:latest
1314

.github/workflows/build-nuttx.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build NuttX Examples
1+
name: NuttX
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-nuttx:
10+
build:
11+
name: Build
1112
runs-on: ubuntu-24.04
1213

1314
strategy:

.github/workflows/build-rpi-baremetal.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Raspberry Pi Baremetal Examples
1+
name: Raspberry Pi Baremetal
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-rpi-baremetal:
10+
build:
11+
name: Build
1112
runs-on: ubuntu-24.04
1213

1314
strategy:

.github/workflows/build-rpi-pico-sdk.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Raspberry Pi SDK Examples
1+
name: Raspberry Pi Pico SDK
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-rpi-pico-sdk:
10+
build:
11+
name: Build
1112
runs-on: ubuntu-24.04
1213

1314
strategy:

.github/workflows/build-stm.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build STM32 Examples
1+
name: STM32
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-stm32:
10+
build:
11+
name: Build
1112
runs-on: ubuntu-24.04
1213

1314
strategy:

.github/workflows/build-zephyr.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Zephyr Examples
1+
name: Zephyr
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-zephyr:
10+
build:
11+
name: Build
1112
runs-on: ubuntu-24.04
1213

1314
strategy:

0 commit comments

Comments
 (0)