diff options
author | Joas Schilling <coding@schilljs.com> | 2024-02-05 11:08:31 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-02-05 11:08:31 +0100 |
commit | 986c1792fd1a0e8b72d9dd66788fcf70082ab259 (patch) | |
tree | 2fda89131de83a49dcfb986c7080150aeb2608d2 /.github | |
parent | 062ca546ee23222137613696606ed54364c48888 (diff) | |
download | nextcloud-server-986c1792fd1a0e8b72d9dd66788fcf70082ab259.tar.gz nextcloud-server-986c1792fd1a0e8b72d9dd66788fcf70082ab259.zip |
fix(CI): Put cypress-summary to the "low" queue
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 891306ca748..9fd0375d4ea 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() |