Update cypress.yaml (#10790)
This commit is contained in:
parent
7856d84034
commit
4bca5143ee
1 changed files with 3 additions and 2 deletions
5
.github/workflows/cypress.yaml
vendored
5
.github/workflows/cypress.yaml
vendored
|
@ -128,8 +128,9 @@ jobs:
|
|||
with:
|
||||
# XXX: We're checking out untrusted code in a secure context
|
||||
# We need to be careful to not trust anything this code outputs/may do
|
||||
# We need to check this out to access the cypress tests which are on the head branch
|
||||
repository: ${{ github.event.workflow_run.head_repository.full_name }}
|
||||
#
|
||||
# Note that we check out from the default repository, which is (for this workflow) the
|
||||
# *target* repository for the pull request.
|
||||
ref: ${{ steps.sha.outputs.sha }}
|
||||
persist-credentials: false
|
||||
path: matrix-react-sdk
|
||||
|
|
Loading…
Reference in a new issue