Ver código fonte

Change build_type requirement from true to false

jimsterino98 4 meses atrás
pai
commit
8b69dd8fc5
1 arquivos alterados com 1 adições e 1 exclusões
  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