Include percy in branch protection conditionally (#9894)
This commit is contained in:
parent
33b89a5709
commit
a07f9a723f
1 changed files with 9 additions and 0 deletions
9
.github/workflows/cypress.yaml
vendored
9
.github/workflows/cypress.yaml
vendored
|
@ -181,6 +181,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: cypress-junit
|
name: cypress-junit
|
||||||
path: cypress/results
|
path: cypress/results
|
||||||
|
|
||||||
|
- name: Check Percy passed
|
||||||
|
if: needs.prepare.outputs.percy_enable
|
||||||
|
uses: lewagon/wait-on-check-action@v1.2.0
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.workflow_run.head_sha }}
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
wait-interval: 10
|
||||||
|
check-name: percy/matrix-react-sdk
|
||||||
report:
|
report:
|
||||||
name: Report results
|
name: Report results
|
||||||
needs: tests
|
needs: tests
|
||||||
|
|
Loading…
Reference in a new issue