Home
last modified time | relevance | path

Searched +full:lvgl +full:- +full:bot (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/.github/workflows/
Dcompile_docs.yml5 - master
6 - '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: true
16 EM_CACHE_FOLDER: 'emsdk-cache'
18 build-and-deploy:
19 if: github.repository == 'lvgl/lvgl'
20 runs-on: ubuntu-22.04
21 concurrency: docs-build-and-deploy
[all …]
Drelease_branch_updater.yml6 - 'release/v*' # on release branches
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
16 run-release-branch-updater:
17 if: github.repository == 'lvgl/lvgl'
18 runs-on: ubuntu-24.04
21 - name: Checkout LVGL
24 path: lvgl
25 fetch-depth: 0 # fetch all
[all …]