Skip to content

Commit

Permalink
updates ci - check dunfell only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Jul 7, 2023
1 parent 188463b commit 4872ebc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit 4872ebc

Please sign in to comment.