Quellcode durchsuchen

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 vor 9 Monaten
Ursprung
Commit
ece1cbc0d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: