diff options
Diffstat (limited to '.github/workflows/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e201cf427c4..62454212f7b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,12 +1,6 @@ name: Cypress -on: - pull_request: - push: - branches: - - main - - master - - stable* +on: pull_request concurrency: group: cypress-${{ github.head_ref || github.run_id }} |