Jelajahi Sumber

ci: update workflow configurations for Android 14 testing

- Add Android 14 kernel 6.1.134 testing configuration
- Remove release type input and conditional from main workflow
TheWildJames 1 tahun lalu
induk
melakukan
c67e905a59
2 mengubah file dengan 8 tambahan dan 10 penghapusan
  1. 6 0
      .github/workflows/build-check.yml
  2. 2 10
      .github/workflows/main.yml

+ 6 - 0
.github/workflows/build-check.yml

@@ -44,6 +44,12 @@ jobs:
             sub_level: "X"
             os_patch_level: "lts"
           
+          # Android 14 - Kernel 6.1.134 Testing
+          - android_version: "android14"
+            kernel_version: "6.1"
+            sub_level: "134"
+            os_patch_level: "2025-05"
+          
           # Android 15 - Kernel 6.6 LTS
           - android_version: "android15"
             kernel_version: "6.6"

+ 2 - 10
.github/workflows/main.yml

@@ -6,15 +6,6 @@ permissions:
 
 on:
   workflow_dispatch:
-    inputs:
-      release_type:
-        description: "Choose Release Type"
-        required: true
-        type: choice
-        options:
-          - Actions
-          - Release
-        default: Release
 
 jobs:
   build-a12-5-10:
@@ -41,9 +32,9 @@ jobs:
     uses: ./.github/workflows/kernel-a15-6-6.yml
     secrets: inherit
 
+
   release:
     runs-on: ubuntu-latest
-    if: ${{ inputs.release_type == 'Release' }}
     needs:
       - build-a12-5-10
       - build-a13-5-10
@@ -51,6 +42,7 @@ jobs:
       - build-a14-5-15
       - build-a14-6-1
       - build-a15-6-6
+
     env:
       GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
       RELEASE_NAME: "GKI Kernels With WKSU & SUSFS v1.5.9"