From ccd5dfac4376d8bf09fa647aa2f2829188cdf2a7 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 19 Jun 2023 18:35:08 +0200 Subject: [PATCH] Update test5.yml --- .github/workflows/test5.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test5.yml b/.github/workflows/test5.yml index 999b5c17..3f2b3bff 100644 --- a/.github/workflows/test5.yml +++ b/.github/workflows/test5.yml @@ -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: