From bd139070c1efade9c64b3686d2df0e3ffcf97d57 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Thu, 21 Sep 2023 10:37:54 +0200 Subject: [PATCH] Fix Nightly --- .github/ISSUE_TEMPLATE/general-issue.md | 2 +- .github/workflows/nightly.yml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md index 3ac587d..bc754dd 100644 --- a/.github/ISSUE_TEMPLATE/general-issue.md +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -12,7 +12,7 @@ assignees: '' - Hardware description: - RTOS: - Installation type: -- Version or commit hash: +- Version or commit hash: #### Steps to reproduce the issue diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index aa6bec1..5cd5ca7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -17,12 +17,12 @@ jobs: fail-fast: false matrix: zephyr_version: ["zephyr-v3.1.0", "zephyr-v2.7.2"] - distro: ["foxy", "humble", "rolling"] + distro: ["iron", "humble", "rolling"] include: - - distro: foxy - branch: foxy + - distro: iron + branch: iron - distro: rolling - branch: main + branch: rolling - distro: humble branch: humble - zephyr_version: zephyr-v2.7.2 @@ -35,6 +35,7 @@ jobs: - uses: actions/checkout@v2 with: path: micro_ros_zephyr_module + branch: ${{ matrix.branch }} - name: Dependencies shell: bash