mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update test5.yml
This commit is contained in:
8
.github/workflows/test5.yml
vendored
8
.github/workflows/test5.yml
vendored
@@ -1,14 +1,14 @@
|
||||
name: 555
|
||||
name: "Read maintainers from DB"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 8 * * *"
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [opened, reopened, edited, synchronize]
|
||||
|
||||
jobs:
|
||||
|
||||
Build:
|
||||
name: Compile kernel
|
||||
name: Maintainers sync
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'armbian' }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user