From 2dee1e462d822e932086fbdf21213ab0939c596c Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Tue, 28 Jul 2026 14:26:47 +0100 Subject: [PATCH] Fix npm package build for docs-only changes --- .github/workflows/test-all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index b908d0f0061a..52baec5955d3 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -325,7 +325,10 @@ jobs: if: | always() && !contains(needs.*.result, 'failure') && - !contains(needs.*.result, 'cancelled') + !contains(needs.*.result, 'cancelled') && + (needs.build_android.result == 'success' || + needs.prebuild_apple_dependencies.result == 'success' || + needs.prebuild_react_native_core.result == 'success') container: image: reactnativecommunity/react-native-android:latest env: