Przeglądaj źródła

Change build_type requirement from true to false

jimsterino98 4 miesięcy temu
rodzic
commit
8b69dd8fc5
1 zmienionych plików z 1 dodań i 1 usunięć
  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