From 4872ebc759a55bba0dbe6c3b062d89b093f8c797 Mon Sep 17 00:00:00 2001 From: meghfossa Date: Thu, 6 Jul 2023 18:41:37 -0600 Subject: [PATCH] updates ci - check dunfell only on master --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102c6c7..2237e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: matrix: # Yocto versions (using branch convention) # https://wiki.yoctoproject.org/wiki/Releases - branch: ["mickledore", "kirkstone", "honister", "dunfell"] + branch: ["dunfell"] env: YOCTO_RELEASE: ${{ matrix.branch }} @@ -27,7 +27,6 @@ jobs: uses: actions/checkout@v3 - name: Run Yocto check layer script - if: github.ref == 'refs/heads/${{ matrix.branch }}' run: | cd ${RUNNER_TEMP} git clone --depth 1 --branch ${YOCTO_RELEASE} https://git.yoctoproject.org/git/poky