From 4845068403323d611d9e21e474406132965896f0 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 9 Nov 2023 12:03:03 +0100 Subject: [PATCH] test(ci): Make summary job depend on changes in cypress workflow Signed-off-by: Jonas --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index acc069ca6..581635fa0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -261,7 +261,7 @@ jobs: permissions: contents: none runs-on: ubuntu-latest - needs: [init, cypress] + needs: [changes, init, cypress] if: always()