Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
add cron tab
  • Loading branch information
zhenruyan authored Jul 4, 2023
1 parent aa494fc commit c209cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"

jobs:
build:
Expand All @@ -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

0 comments on commit c209cd2

Please sign in to comment.