Parcourir la source

Change build_type requirement from true to false

jimsterino98 il y a 4 mois
Parent
commit
8b69dd8fc5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build.yml

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

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