Skip to content

Commit

Permalink
test(ci): run cypress tests in parallel on PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Oct 12, 2023
1 parent 7f9c63c commit 58f68d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f68d5

Please sign in to comment.