Skip to content

Commit 1106264

Browse files
committed
ci: fix merge-ready job
1 parent 9559e8f commit 1106264

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
8787
merge-ready:
8888
runs-on: ubuntu-latest
89+
if: ${{ always() }}
8990
needs: [lint, test, build, benchmark]
9091
steps:
92+
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
93+
run: exit 1
9194
- run: echo "LGTM"

0 commit comments

Comments
 (0)