Rebuild board selection for generating official images
This commit is contained in:
parent
283258c8ab
commit
03a8e8607d
19
.github/workflows/build-board-list.yml
vendored
Normal file
19
.github/workflows/build-board-list.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Rebuild board list in GHA menu
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'config/boards/*.*'
|
||||
|
||||
jobs:
|
||||
|
||||
Run:
|
||||
name: "Execute workflow"
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
repository: armbian/os
|
||||
event-type: "Repository update"
|
||||
Loading…
Reference in New Issue
Block a user