浏览代码

ci(workflows): update build condition to support KSU and Next variants

Modify the build workflow to allow for both KSU and Next variants in the conditional checks. This change enhances flexibility in the build process by accommodating additional variant options, ensuring a more robust workflow.
TheWildJames 9 月之前
父节点
当前提交
ece1cbc0d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/kernel-a16-612.yml

+ 1 - 1
.github/workflows/kernel-a16-612.yml

@@ -17,7 +17,7 @@ on:
 jobs:
   build-kernels-a16-612:
     name: "6.12.${{ matrix.sub_level }}-${{ matrix.os_patch_level }}"
-    if: ${{ inputs.ksu_variant == 'ksu' }}
+    if: ${{ inputs.ksu_variant == 'KSU' || inputs.ksu_variant == 'Next' }}
     strategy:
       fail-fast: false
       matrix: