mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 18:26:32 +00:00
Exclude pixels_dice_tray until we can limit what the CI builds, respecting the limited platforms - no bluetooth on S2
This commit is contained in:
parent
db55fec879
commit
e227d01436
2
.github/workflows/usermods.yml
vendored
2
.github/workflows/usermods.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Get default environments
|
||||
id: envs
|
||||
run: |
|
||||
echo "usermods=$(find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | jq -R | grep -v PWM_fan | grep -v BME68X_v2 | jq --slurp -c)" >> $GITHUB_OUTPUT
|
||||
echo "usermods=$(find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | jq -R | grep -v PWM_fan | grep -v BME68X_v2| grep -v pixels_dice_tray | jq --slurp -c)" >> $GITHUB_OUTPUT
|
||||
outputs:
|
||||
usermods: ${{ steps.envs.outputs.usermods }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user