Selaa lähdekoodia

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 kuukautta sitten
vanhempi
sitoutus
ece1cbc0d7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: