Skip to content

Update workflow names #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2025
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