From 5467808e1b4521bba8d9a9c888720efb581f0c4f Mon Sep 17 00:00:00 2001 From: Hayden Spitzley Date: Fri, 2 Aug 2024 10:20:16 -0600 Subject: [PATCH] more explicit messaging --- .github/workflows/argus-docker-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argus-docker-build.yaml b/.github/workflows/argus-docker-build.yaml index 25f5c902..87e4bfb9 100644 --- a/.github/workflows/argus-docker-build.yaml +++ b/.github/workflows/argus-docker-build.yaml @@ -117,9 +117,9 @@ jobs: with: script: | if (${{ contains(needs.*.result, 'failure') }}) { - core.setFailed('One or more Docker builds failed'); + core.setFailed("We won't update the manifest because one or more Docker builds failed"); } else { - core.info('All jobs passed'); + core.info('All builds passed, continuing with manifest update...'); } - uses: chanzuckerberg/github-actions/.github/actions/argus-builder/manifest-update@b7d8eaf3c08d100ded457432f9ce6be6d88932e3