From 7bd3e01d7f1e0642cf7223bf9197ff81b1885f1c Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 12 Oct 2023 13:05:32 +0200 Subject: [PATCH] test(ci): run cypress tests in parallel on PRs Signed-off-by: Max --- .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 4b439c317b8..91610674686 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -84,7 +84,7 @@ jobs: php-versions: [ '8.1' ] server-versions: [ 'master' ] run-in-parallel: - - false # only for PRs: ${{ !!github.head_ref }} + - ${{ !!github.head_ref }} exclude: - run-in-parallel: false containers: 2