Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
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: