Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 1 addition & 9 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@ jobs:
run: |
declare -a changed_addons
for addon in ${{ steps.addons.outputs.addons }}; do
if [[ "${{ steps.changed_files.outputs.all }}" =~ $addon ]]; then
for file in ${{ env.MONITORED_FILES }}; do
if [[ "${{ steps.changed_files.outputs.all }}" =~ $addon/$file ]]; then
if [[ ! "${changed_addons[@]}" =~ $addon ]]; then
changed_addons+=("\"${addon}\",");
fi
fi
done
fi
changed_addons+=("\"${addon}\",");
done

changed=$(echo ${changed_addons[@]} | rev | cut -c 2- | rev)
Expand Down
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/addons.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions assist_microphone/CHANGELOG.md

This file was deleted.

79 changes: 0 additions & 79 deletions assist_microphone/DOCS.md

This file was deleted.

38 changes: 0 additions & 38 deletions assist_microphone/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions assist_microphone/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions assist_microphone/build.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions assist_microphone/config.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions assist_microphone/rootfs/etc/s6-overlay/s6-rc.d/discovery/run

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Binary file removed assist_microphone/sounds/awake.wav
Binary file not shown.
Binary file removed assist_microphone/sounds/done.wav
Binary file not shown.
Binary file removed assist_microphone/sounds/timer_finished.wav
Binary file not shown.
Loading
Loading