Selaa lähdekoodia

Merge pull request #12554 from emqx/0221-ci-require-profile-when-triggering-build-packages

ci: make profile required field when triggering build packages manually
Ivan Dyachkov 2 vuotta sitten
vanhempi
commit
33992a2c54
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .github/workflows/build_packages.yaml

+ 2 - 1
.github/workflows/build_packages.yaml

@@ -46,7 +46,8 @@ on:
       ref:
         required: false
       profile:
-        required: false
+        required: true
+        default: 'emqx'
       publish:
         required: false
         type: boolean