Improve Percy stability by better scoping snapshots (#10207)
This commit is contained in:
parent
1a08c6ba3a
commit
26652138bd
4 changed files with 55 additions and 15 deletions
3
.github/workflows/cypress.yaml
vendored
3
.github/workflows/cypress.yaml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
workflows: ["Element Web - Build"]
|
||||
types:
|
||||
- completed
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ workflow_run.event == 'pull_request' }}
|
||||
jobs:
|
||||
prepare:
|
||||
name: Prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue