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