Skip to content

Commit

Permalink
Fix file name and job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
maejima-fumika committed Sep 11, 2024
1 parent 6a459f7 commit 1cb9c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- "microcontroller/core/**"

jobs:
build_and_test_microcontroller_core:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
- "modules/esp32/**"

jobs:
check_microcontroller_for_esp32_build:
build:
name: Build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1cb9c78

Please sign in to comment.