Просмотр исходного кода

fix: remove conditional checks for kernel branding application steps

TheWildJames 3 месяцев назад
Родитель
Сommit
ce65cdbddd
1 измененных файлов с 0 добавлено и 2 удалено
  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