jimsterino98 5 месяцев назад
Родитель
Сommit
cf43cb3a2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/build.yml

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

@@ -222,7 +222,7 @@ jobs:
           CONFIG_LOG_BUF_SHIFT=20          
           CONFIG_LOG_BUF_SHIFT=20          
           EOF
           EOF
 
 
-          if [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" ]]; then
+          if [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" || "${{ inputs.branch }}" == "SM-S931B-Oneui8" ]]; then
           echo "nothing needs to be done"
           echo "nothing needs to be done"
                     
                     
           elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" || "${{ inputs.branch }}" == "SM-M146B-Oneui7-ADYJ2" ]]; then
           elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" || "${{ inputs.branch }}" == "SM-M146B-Oneui7-ADYJ2" ]]; then