From cf0c465df83a37c61813814e6e4050c26d716028 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 23 Aug 2023 15:16:46 +0200 Subject: [PATCH] Revert "tmp: run against bugfix server branch" This reverts commit aa8b44a973a76c10946abbb80e17ab6a320df9b9. --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0a7ae1030d8..19c2538b785 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: repository: nextcloud/server - ref: bugfix/uncaught-preview-promise + ref: ${{ matrix.server-versions }} submodules: true - name: Checkout viewer