Browse Source

fix(CI): Put cypress-summary to the "low" queue

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 3 months ago
parent
commit
986c1792fd
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/cypress.yml

+ 1
- 1
.github/workflows/cypress.yml View File

@@ -150,7 +150,7 @@ jobs:
path: data.tar

summary:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-low
needs: [init, cypress]

if: always()

Loading…
Cancel
Save