diff options
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() |