Searched +full:lvgl +full:- +full:bot (Results 1 – 2 of 2) sorted by relevance
5 - master6 - 'release/*'8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…11 group: ${{ github.ref }}-${{ github.workflow }} 12 cancel-in-progress: true16 EM_CACHE_FOLDER: 'emsdk-cache'18 build-and-deploy:19 if: github.repository == 'lvgl/lvgl'20 runs-on: ubuntu-22.0421 concurrency: docs-build-and-deploy[all …]
6 - 'release/v*' # on release branches9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true16 run-release-branch-updater:17 if: github.repository == 'lvgl/lvgl'18 runs-on: ubuntu-24.0421 - name: Checkout LVGL24 path: lvgl25 fetch-depth: 0 # fetch all[all …]