Skip to content

Commit 24e11b2

Browse files
Run more on low runner
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 9f4f4f7 commit 24e11b2

11 files changed

Lines changed: 19 additions & 10 deletions

.github/actionlint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-FileCopyrightText: 2026 Tobias Kaminsky <tobias@kaminsky.me
3+
# SPDX-License-Identifier: MIT
4+
5+
# Configuration related to self-hosted runner.
6+
self-hosted-runner:
7+
# Labels of self-hosted runner in array of strings.
8+
labels:
9+
- ubuntu-latest-low

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
actionlint:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-latest-low
2323
steps:
2424
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
- name: Download actionlint

.github/workflows/file-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
sync:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-latest-low
2323
steps:
2424
- name: Checkout Repository
2525
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

.github/workflows/pr-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
pr-feedback:
2424
if: ${{ github.repository_owner == 'nextcloud' }}
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-latest-low
2626
steps:
2727
- name: The get-github-handles-from-website action
2828
uses: marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1

.github/workflows/renovate-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
auto-approve-merge:
2727
if: github.event.pull_request.user.login == 'renovate[bot]'
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-latest-low
2929
permissions:
3030
# for hmarr/auto-approve-action to approve PRs
3131
pull-requests: write

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
reuse-compliance-check:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-latest-low
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

config/workflows/autoApproveSync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
jobs:
2727
auto-approve:
2828
name: Auto approve sync
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-latest-low
3030
if: ${{ contains(github.event.pull_request.labels.*.name, 'sync') && github.actor == 'nextcloud-android-bot' }}
3131
steps:
3232
- name: Disabled on forks

config/workflows/detectNewJavaFiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
detectNewJavaFiles:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-latest-low
2424
steps:
2525
- id: file_changes
2626
uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b # v1.2.4

config/workflows/pr-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
pr-feedback:
2424
if: ${{ github.repository_owner == 'nextcloud' }}
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-latest-low
2626
steps:
2727
- name: The get-github-handles-from-website action
2828
uses: marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1

config/workflows/renovate-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
auto-approve-merge:
2727
if: github.event.pull_request.user.login == 'renovate[bot]'
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-latest-low
2929
permissions:
3030
# for hmarr/auto-approve-action to approve PRs
3131
pull-requests: write

0 commit comments

Comments
 (0)