]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Put cypress-summary to the "low" queue 43348/head
authorJoas Schilling <coding@schilljs.com>
Mon, 5 Feb 2024 10:08:31 +0000 (11:08 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 5 Feb 2024 10:08:31 +0000 (11:08 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/workflows/cypress.yml

index 891306ca748ba662557f913c9ce032b1abb579a3..9fd0375d4eac5daf7aa5321270c1b9ba0009bd9e 100644 (file)
@@ -150,7 +150,7 @@ jobs:
           path: data.tar
 
   summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [init, cypress]
 
     if: always()