From cd71c9620c6fdfb324ee3baff9ac018f7c8ee055 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 7 Aug 2025 07:07:10 -0700 Subject: [PATCH] Do not die on collect-results after printing to Discord. (#53132) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53132 This will prevent the Firebase script from running at all. I'm removing it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D79801691 fbshipit-source-id: 2705dff93fc9dbbcfaf97a1ba29b69d4d0a8143c --- .github/workflow-scripts/collectNightlyOutcomes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflow-scripts/collectNightlyOutcomes.js b/.github/workflow-scripts/collectNightlyOutcomes.js index 8771b8f549d..25d0a8a0edd 100644 --- a/.github/workflow-scripts/collectNightlyOutcomes.js +++ b/.github/workflow-scripts/collectNightlyOutcomes.js @@ -118,7 +118,6 @@ async function collectResults(discordWebHook) { } else { console.log('Discord webhook not set'); } - process.exit(1); } // Initialize Firebase client