Browse Source

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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/43348/head
Joas Schilling 2 years ago
parent
commit
986c1792fd
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 2
      .github/workflows/cypress.yml

2
.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()

Loading…
Cancel
Save