Home
last modified time | relevance | path

Searched +full:run +full:- +full:release +full:- +full:branch +full:- +full:updater (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/.github/workflows/
Drelease_branch_updater.yml1 name: Port repo release update
6 - '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:
18 runs-on: ubuntu-24.04
21 - name: Checkout LVGL
25 fetch-depth: 0 # fetch all
27 - name: set git credentials
[all …]