Browse Source

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 months ago
parent
commit
ece1cbc0d7
1 changed files with 1 additions and 1 deletions
  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: