diff options
author | Joas Schilling <coding@schilljs.com> | 2024-02-05 10:08:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-02-05 10:08:06 +0100 |
commit | 653c013c6ecd16293de5cd9aea707d447ea4f73f (patch) | |
tree | cc49a13de77f9e34eee2549019318db7c7eb60a3 /.github/workflows/phpunit-mariadb.yml | |
parent | afb7e8128a5837f20d71bb99b81b51b9513fc7ba (diff) | |
download | nextcloud-server-653c013c6ecd16293de5cd9aea707d447ea4f73f.tar.gz nextcloud-server-653c013c6ecd16293de5cd9aea707d447ea4f73f.zip |
feat(CI): Utilize low-resource pool for changes and summaries
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/phpunit-mariadb.yml')
-rw-r--r-- | .github/workflows/phpunit-mariadb.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index 523ba26fbda..d4bbb7542f0 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low outputs: src: ${{ steps.changes.outputs.src}} @@ -132,7 +132,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low needs: [changes, phpunit-mariadb] if: always() |