From 186491113e5fb7d81771b01a9dc54f4f5d62178c Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 27 Mar 2023 15:01:22 +0200 Subject: Do not stop docker in cypress workflow Signed-off-by: Louis Chemineau --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 90f9946d354..0967583ed2a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -97,7 +97,7 @@ jobs: - name: Upload NC logs uses: actions/upload-artifact@v3 - if: ${{ matrix.containers != 'component' }} + if: ( success() || failure() ) && matrix.containers != 'component' with: name: nc_logs_${{ matrix.containers }} path: nextcloud.log -- cgit v1.2.3