aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cypress.yml
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-07-12 13:13:08 +0200
committerMarcel Müller <marcel-mueller@gmx.de>2024-07-12 13:13:08 +0200
commit2cc84b22720f74c7466cd6482717309c62f5bb0b (patch)
treef6b2d24b53468e902126779da0cc46658f21b1c0 /.github/workflows/cypress.yml
parente632becae17abe1a6a94d488c814d1860d46ca4f (diff)
downloadnextcloud-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.yml2
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()