Skip to content

Commit

Permalink
more explicit messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Aug 2, 2024
1 parent eccf602 commit 5467808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/argus-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5467808

Please sign in to comment.