Skip to content

Commit 3f6c6c9

Browse files
fix(workflows): add failure checks for gsoc, postage-stamps, stake, w… (#5354)
1 parent 60ca478 commit 3f6c6c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/beekeeper.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,16 @@ jobs:
192192
if ${{ steps.settlements.outcome=='failure' }}; then FAILED=settlements; fi
193193
if ${{ steps.pss.outcome=='failure' }}; then FAILED=pss; fi
194194
if ${{ steps.soc.outcome=='failure' }}; then FAILED=soc; fi
195+
if ${{ steps.gsoc.outcome=='failure' }}; then FAILED=gsoc; fi
195196
if ${{ steps.pushsync-chunks-1.outcome=='failure' }}; then FAILED=pushsync-chunks-1; fi
196197
if ${{ steps.pushsync-chunks-2.outcome=='failure' }}; then FAILED=pushsync-chunks-2; fi
197198
if ${{ steps.retrieval.outcome=='failure' }}; then FAILED=retrieval; fi
198199
if ${{ steps.manifest.outcome=='failure' }}; then FAILED=manifest; fi
199200
if ${{ steps.manifest-v1.outcome=='failure' }}; then FAILED=manifest-v1; fi
201+
if ${{ steps.postage-stamps.outcome=='failure' }}; then FAILED=postage-stamps; fi
202+
if ${{ steps.stake.outcome=='failure' }}; then FAILED=stake; fi
203+
if ${{ steps.withdraw.outcome=='failure' }}; then FAILED=withdraw; fi
204+
if ${{ steps.redundancy.outcome=='failure' }}; then FAILED=redundancy; fi
200205
if ${{ steps.feeds.outcome=='failure' }}; then FAILED=feeds; fi
201206
if ${{ steps.feeds-v1.outcome=='failure' }}; then FAILED=feeds-v1; fi
202207
if ${{ steps.act.outcome=='failure' }}; then FAILED=act; fi

0 commit comments

Comments
 (0)