浏览代码

Prepare branch for Linux 5.10

Fabian Mastenbroek 5 年之前
父节点
当前提交
987863392a
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 2
      .github/workflows/watch.yml
  2. 1 0
      README.md

+ 2 - 2
.github/workflows/watch.yml

@@ -3,7 +3,7 @@ name: Kernel Watch
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
   schedule:
   schedule:
-    - cron: '0 14 * * 1' # Every week
+    - cron: '0 12 * * *' # Every day
 
 
 jobs:
 jobs:
   check:
   check:
@@ -11,7 +11,7 @@ jobs:
     runs-on: [ubuntu-latest]
     runs-on: [ubuntu-latest]
     strategy:
     strategy:
       matrix:
       matrix:
-        branch: []
+        branch: ['v5.10.x']
     steps:
     steps:
     - name: Checkout Sources
     - name: Checkout Sources
       uses: actions/checkout@v2
       uses: actions/checkout@v2

+ 1 - 0
README.md

@@ -6,6 +6,7 @@ Custom Linux kernels for Promox VE 6.
 2. Linux 5.7 (EOL)
 2. Linux 5.7 (EOL)
 3. Linux 5.8 (EOL)
 3. Linux 5.8 (EOL)
 4. Linux 5.9 (EOL)
 4. Linux 5.9 (EOL)
+5. Linux 5.10
 
 
 #### Flavors
 #### Flavors
 1. Proxmox
 1. Proxmox