diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1e4f84beea692..e2ad23376a774 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,7 +2,7 @@ # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization -# + # SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: MIT @@ -30,7 +30,7 @@ permissions: jobs: init: - runs-on: ubuntu-latest + runs-on: tenki-standard-large-plus-16c-32g outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -94,7 +94,7 @@ jobs: path: ./ cypress: - runs-on: ubuntu-latest + runs-on: tenki-standard-large-plus-16c-32g needs: init strategy: @@ -228,7 +228,7 @@ jobs: path: data.tar summary: - runs-on: ubuntu-latest + runs-on: tenki-standard-large-plus-16c-32g needs: [init, cypress] if: always()