Skip to content

Commit

Permalink
[DONOTSUBMIT] test build all
Browse files Browse the repository at this point in the history
  • Loading branch information
vicamo committed Feb 3, 2025
1 parent 0bfc82e commit 933c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
tostring)
})')"
case "${{ inputs.wanted || 'active' }}" in
case "${{ inputs.wanted || 'all' }}" in
all) ;;
active)
codenames="$(echo "${codenames}" | jq -c -M 'map(select(.active))')"
Expand Down

0 comments on commit 933c7c8

Please sign in to comment.