diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc89f3..dd844fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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))')"