diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7f5edc73b8e..30055637a13 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -7,6 +7,10 @@ on: - master - stable* +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true + env: APP_NAME: text CYPRESS_baseUrl: http://localhost:8081/index.php