Skip to content

Commit

Permalink
Update build-project.yaml (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon authored Aug 12, 2023
1 parent 1d67bca commit 01bdfe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
case "${GITHUB_EVENT_NAME}" in
pull_request)
config_data=('codesign:false' 'notarize:false' 'package:false' 'config:RelWithDebInfo')
if gh pr view --json labels \
| jq -e -r '.labels[] | select(.name == "Seeking Testers")' > /dev/null; then
if [[ ${{ contains(github.event.pull_request.labels.*.name, 'Seeking Testers') }} = true ]]; then
config_data[0]='codesign:true'
config_data[2]='package:true'
fi
Expand Down

0 comments on commit 01bdfe3

Please sign in to comment.