diff options
author | Marcel Müller <marcel-mueller@gmx.de> | 2024-07-12 13:13:08 +0200 |
---|---|---|
committer | Marcel Müller <marcel-mueller@gmx.de> | 2024-07-12 13:13:08 +0200 |
commit | 2cc84b22720f74c7466cd6482717309c62f5bb0b (patch) | |
tree | f6b2d24b53468e902126779da0cc46658f21b1c0 /.github/workflows/cypress.yml | |
parent | e632becae17abe1a6a94d488c814d1860d46ca4f (diff) | |
download | nextcloud-server-2cc84b22720f74c7466cd6482717309c62f5bb0b.tar.gz nextcloud-server-2cc84b22720f74c7466cd6482717309c62f5bb0b.zip |
fix(ci): Use low runners were possible
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to '.github/workflows/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8e84a1a9532..736ff040795 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -150,7 +150,7 @@ jobs: path: data.tar summary: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low needs: [init, cypress] if: always() |