Skip to content

Commit 609bf67

Browse files
authored
ci: fix integration tests aggregate check (#704)
1 parent 31a40d2 commit 609bf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
integration-tests-passed:
152152
needs: integration-tests
153-
if: ${{ always() }}
153+
if: always() && !contains(needs.*.result, 'failure')
154154
runs-on: ubuntu-latest
155155
steps:
156156
- name: integrations tests pased

0 commit comments

Comments
 (0)