aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/object-storage-swift.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-05 10:08:06 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-05 10:08:06 +0100
commit653c013c6ecd16293de5cd9aea707d447ea4f73f (patch)
treecc49a13de77f9e34eee2549019318db7c7eb60a3 /.github/workflows/object-storage-swift.yml
parentafb7e8128a5837f20d71bb99b81b51b9513fc7ba (diff)
downloadnextcloud-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/object-storage-swift.yml')
-rw-r--r--.github/workflows/object-storage-swift.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/object-storage-swift.yml b/.github/workflows/object-storage-swift.yml
index ec189101bed..e27e59c0c35 100644
--- a/.github/workflows/object-storage-swift.yml
+++ b/.github/workflows/object-storage-swift.yml
@@ -10,7 +10,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -111,7 +111,7 @@ jobs:
docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done
swift-primary-summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes,swift-primary-tests]
if: always()