Skip to content

Commit

Permalink
cicd: remove module limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Dec 6, 2023
1 parent 4d1ac88 commit cd1bf83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
do
REQS=$(jq -cr 'select(.requirements != []).requirements' ./"$i"/manifest.json)
## Just for testing the pipeline with a subset of modules
if ! [[ "$i" =~ ^(googlecast|geizhals|fhem_forum|bt_presence|tuya)$ ]]; then
continue
fi
## if ! [[ "$i" =~ ^(googlecast|geizhals|fhem_forum|bt_presence|tuya)$ ]]; then
## continue
## fi
## End of test
if [[ -z $REQS ]]; then
continue
Expand Down

0 comments on commit cd1bf83

Please sign in to comment.