Skip to content

Commit 6608d71

Browse files
committed
fix matrix status check
1 parent cace427 commit 6608d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
needs: [pre_job, test]
142142
steps:
143143
- name: Check build matrix status
144-
if: needs.pre_job.outputs.should_skip == 'false'
144+
if: needs.test.result != 'success'
145145
run: exit 1
146146

147147
deploy:

0 commit comments

Comments
 (0)