Skip to content

Commit a96a5fc

Browse files
committed
Fix
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 6c8cef5 commit a96a5fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Building the app
6767
west build -b disco_l475_iot1 micro_ros_zephyr_module
6868
69-
micro_ros_zephyr_module_v3:
69+
micro_ros_zephyr_module_v3:
7070
runs-on: ubuntu-latest
7171
container: ubuntu:22.04
7272
strategy:

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878
# Building the app
7979
west build -b disco_l475_iot1 micro_ros_zephyr_module
8080
81-
82-
micro_ros_zephyr_module_v3:
81+
micro_ros_zephyr_module_v3:
8382
runs-on: ubuntu-latest
8483
container: ubuntu:22.04
8584
strategy:

0 commit comments

Comments
 (0)