mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
22 lines
539 B
YAML
22 lines
539 B
YAML
name: Rebuild kernels and repository
|
|
on:
|
|
pull_request:
|
|
types: [opened, reopened, edited, synchronize, review_requested]
|
|
paths:
|
|
- 'external/*.conf'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
|
|
Cancel:
|
|
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: "Refresh board list"
|