Browse Source

fix: remove conditional checks for kernel branding application steps

TheWildJames 3 tháng trước cách đây
mục cha
commit
ce65cdbddd
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .github/actions/apply-kernel-branding/action.yml

+ 0 - 2
.github/actions/apply-kernel-branding/action.yml

@@ -22,7 +22,6 @@ runs:
   steps:
     - name: Apply Kernel Name Branding
       shell: bash
-      if: false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         CONFIG_FRAGMENT="${{ github.workspace }}/wild_gki.fragment"
@@ -54,7 +53,6 @@ runs:
         #fi
 
     - name: Apply Kernel Configuration
-      if: ${{ inputs.variant == 'Wild' }}
       shell: bash
       run: |
         if grep -q '^CONFIG_LOCALVERSION=' "$DEFCONFIG"; then