Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/upload_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# mt6701, which depend on espp/magnetic_encoder, so it is
# uploaded to the registry first.
#
# Note: stream_frame is intentionally listed (out of alphabetical order)
# ahead of its first-time dependents coredump / dispatcher / ota,
# so it is uploaded to the registry before they try to resolve it.
#
# Note: comments are not allowed in the "components" list, so please
# do not add any comments here.
components: |
Expand Down Expand Up @@ -72,10 +76,6 @@ jobs:
components/codec
components/color
components/controller
# stream_frame is intentionally listed here (out of alphabetical
# order) ahead of its first-time dependents coredump / dispatcher /
# ota, so it is uploaded before they try to resolve it from the
# registry (see the note above).
components/stream_frame
components/coredump
components/cst816
Expand Down
Loading