Skip to content

Commit 76b97c8

Browse files
committed
Update Nightly
1 parent 7699c47 commit 76b97c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Nightly
22

3-
on:
3+
on:
44
workflow_dispatch:
55
inputs:
66
name:
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
branch: [foxy, main]
17+
branch: [foxy, main, galactic]
1818
idf_target: [ esp32, esp32s2, esp32c3]
1919
idf_version: [ "espressif/idf:release-v4.1", "espressif/idf:release-v4.2", "espressif/idf:release-v4.3" ]
2020
exclude:
@@ -51,15 +51,15 @@ jobs:
5151
cd micro_ros_espidf_component/examples/int32_publisher
5252
idf.py set-target ${{ matrix.idf_target }}
5353
idf.py build
54-
54+
5555
- name: Build sample - low_consumption
5656
shell: bash
5757
run: |
5858
. $IDF_PATH/export.sh
5959
cd micro_ros_espidf_component/examples/low_consumption
6060
idf.py set-target ${{ matrix.idf_target }}
6161
idf.py build
62-
62+
6363
- name: Build sample - int32_publisher_custom_transport
6464
shell: bash
6565
run: |

0 commit comments

Comments
 (0)