Explorar el Código

Change build_type requirement from true to false

jimsterino98 hace 4 meses
padre
commit
8b69dd8fc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

@@ -16,7 +16,7 @@ on:
         required: true
         type: string
       build_type:
-        required: true
+        required: false
         type: string
       susfs:
         required: true