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

ci: make profile required field when triggering build packages manually
This commit is contained in:
Ivan Dyachkov 2024-02-21 15:22:08 +01:00 committed by GitHub
commit 33992a2c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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