aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node.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/node.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/node.yml')
-rw-r--r--.github/workflows/node.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 4b71db36fea..dca5d6dc8ce 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -17,7 +17,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -87,7 +87,7 @@ jobs:
summary:
permissions:
contents: none
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes, build]
if: always()