diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e9796fc4f..75bfbcb05 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -8,6 +8,11 @@ on: - master - stable* + +concurrency: + group: cypress-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + env: # Adjust APP_NAME if your repository name is different APP_NAME: ${{ github.event.repository.name }}