aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/node-tests.yml')
-rw-r--r--.github/workflows/node-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml
index 92e8f46f5f5..ca5e2410810 100644
--- a/.github/workflows/node-tests.yml
+++ b/.github/workflows/node-tests.yml
@@ -11,7 +11,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -157,7 +157,7 @@ jobs:
summary:
permissions:
contents: none
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes, test, jsunit, handlebars]
if: always()