Skip to content

Commit 45ecb35

Browse files
committed
ci(workflows): ensure rpi-imager json generation runs always
Add `if: always()` to the `generate-rpi-imager-json` job to ensure the JSON metadata is generated even if some of the preceding build jobs fail or are skipped.
1 parent 5b4f304 commit 45ecb35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ jobs:
7373
# RPI IMAGER JSON
7474
generate-rpi-imager-json:
7575
needs: [build, build-2michat, build-respeaker_lite, build-2michat-lva, build-respeaker_lite-lva]
76+
if: always()
7677
uses: ./.github/workflows/create-rpi-image-json.yml

0 commit comments

Comments
 (0)