From c209cd2faeba0d555fb424f596305f9d47269c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=A6=82=E8=B5=9D?= Date: Tue, 4 Jul 2023 13:58:50 +0800 Subject: [PATCH] Update blank.yml add cron tab --- .github/workflows/blank.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 49a57553838..ce8dd409add 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -3,9 +3,8 @@ name: CI on: push: branches: [ "master" ] - pull_request: - branches: [ "master" ] - workflow_dispatch: + schedule: + - cron: "0 */6 * * *" jobs: build: @@ -26,6 +25,7 @@ jobs: git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git pull --all git remote add libre git://linux-libre.fsfla.org/releases.git - git fetch libre + git pull libre + git commit --allow-empty -m "sync libre kernel" git push origin --all