Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build-esp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ESP Examples
name: ESP

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
build-esp:
build:
name: Build
runs-on: ubuntu-24.04
container: espressif/idf:latest

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-nuttx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build NuttX Examples
name: NuttX

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
build-nuttx:
build:
name: Build
runs-on: ubuntu-24.04

strategy:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-rpi-baremetal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Raspberry Pi Baremetal Examples
name: Raspberry Pi Baremetal

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
build-rpi-baremetal:
build:
name: Build
runs-on: ubuntu-24.04

strategy:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-rpi-pico-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Raspberry Pi SDK Examples
name: Raspberry Pi Pico SDK

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
build-rpi-pico-sdk:
build:
name: Build
runs-on: ubuntu-24.04

strategy:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-stm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build STM32 Examples
name: STM32

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
build-stm32:
build:
name: Build
runs-on: ubuntu-24.04

strategy:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-zephyr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Zephyr Examples
name: Zephyr

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
build-zephyr:
build:
name: Build
runs-on: ubuntu-24.04

strategy:
Expand Down
Loading