فهرست منبع

ci: update workflow job name format to remove redundant "android" prefix

The "android" prefix in the job name was redundant since the android version is already included in the inputs. This change simplifies the naming convention while maintaining all necessary information.
TheWildJames 10 ماه پیش
والد
کامیت
11fdacf767
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/kernel-a12-5-10.yml

+ 1 - 1
.github/workflows/build.yml

@@ -21,7 +21,7 @@ on:
 
 jobs:
   build-gki:
-    name: "${{ inputs.kernel_version }}.${{ inputs.sub_level }}-android${{ inputs.android_version }}-${{ inputs.os_patch_level }} (${{ matrix.apply_bypass }})"
+    name: "${{ inputs.kernel_version }}.${{ inputs.sub_level }}-${{ inputs.android_version }}-${{ inputs.os_patch_level }} (${{ matrix.apply_bypass }})"
     runs-on: ubuntu-latest
     strategy:
       fail-fast: false

+ 1 - 1
.github/workflows/kernel-a12-5-10.yml

@@ -10,7 +10,7 @@ on:
 
 jobs:
   build-kernels-a12:
-    name: "5.10.${{ matrix.sub_level }}-android12-${{ matrix.os_patch_level }}"
+    name: "5.10.${{ matrix.sub_level }}-${{ matrix.os_patch_level }}"
     strategy:
       fail-fast: false
       matrix: