aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-07-12 13:13:08 +0200
committerMarcel Müller <marcel-mueller@gmx.de>2024-07-12 13:13:08 +0200
commit2cc84b22720f74c7466cd6482717309c62f5bb0b (patch)
treef6b2d24b53468e902126779da0cc46658f21b1c0 /.github
parente632becae17abe1a6a94d488c814d1860d46ca4f (diff)
downloadnextcloud-server-2cc84b22720f74c7466cd6482717309c62f5bb0b.tar.gz
nextcloud-server-2cc84b22720f74c7466cd6482717309c62f5bb0b.zip
fix(ci): Use low runners were possible
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/block-merge-freeze.yml2
-rw-r--r--.github/workflows/command-compile.yml2
-rw-r--r--.github/workflows/cypress.yml2
-rw-r--r--.github/workflows/dependabot-approve-merge.yml2
-rw-r--r--.github/workflows/fixup.yml2
-rw-r--r--.github/workflows/ftp.yml2
-rw-r--r--.github/workflows/lint-eslint.yml4
-rw-r--r--.github/workflows/lint-php-cs.yml4
-rw-r--r--.github/workflows/lint-php.yml4
-rw-r--r--.github/workflows/node-tests.yml4
-rw-r--r--.github/workflows/node.yml4
-rw-r--r--.github/workflows/phpunit-oci.yml6
-rw-r--r--.github/workflows/s3-external.yml2
-rw-r--r--.github/workflows/s3-primary-integration.yml2
-rw-r--r--.github/workflows/s3-primary.yml2
-rw-r--r--.github/workflows/sftp.yml2
16 files changed, 23 insertions, 23 deletions
diff --git a/.github/workflows/block-merge-freeze.yml b/.github/workflows/block-merge-freeze.yml
index f2d029c9927..11f8b9e37d1 100644
--- a/.github/workflows/block-merge-freeze.yml
+++ b/.github/workflows/block-merge-freeze.yml
@@ -22,7 +22,7 @@ jobs:
if: github.event.pull_request.draft == false
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
steps:
- name: Download version.php from ${{ github.base_ref }}
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml
index 8c012a98e7a..f486b4dff14 100644
--- a/.github/workflows/command-compile.yml
+++ b/.github/workflows/command-compile.yml
@@ -5,7 +5,7 @@ on:
jobs:
init:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
# On pull requests and if the comment starts with `/compile`
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/compile')
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 8e84a1a9532..736ff040795 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -150,7 +150,7 @@ jobs:
path: data.tar
summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [init, cypress]
if: always()
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 9951547f76a..00b019613f5 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -22,7 +22,7 @@ concurrency:
jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
permissions:
# for hmarr/auto-approve-action to approve PRs
pull-requests: write
diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml
index 9548d19f2d5..98d49927ab8 100644
--- a/.github/workflows/fixup.yml
+++ b/.github/workflows/fixup.yml
@@ -24,7 +24,7 @@ jobs:
pull-requests: write
name: Block fixup and squash commits
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
steps:
- name: Run check
diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml
index ffa2722d342..cddb92ae94b 100644
--- a/.github/workflows/ftp.yml
+++ b/.github/workflows/ftp.yml
@@ -74,7 +74,7 @@ jobs:
docker logs ftp
ftp-summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: ftp-tests
if: always()
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index d29485046ca..89ede47e768 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -20,7 +20,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -83,7 +83,7 @@ jobs:
summary:
permissions:
contents: none
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes, lint]
if: always()
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index ea04076e25b..26c5ed69108 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -16,7 +16,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -65,7 +65,7 @@ jobs:
summary:
permissions:
contents: none
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes, lint]
if: always()
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index 6fcda6cd5ee..0474c74eabd 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -17,7 +17,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -70,7 +70,7 @@ jobs:
summary:
permissions:
contents: none
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes, lint]
if: always()
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml
index 984bed9a472..3b27d1110dd 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()
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index e9032dacad2..750f023e1c7 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()
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index 2c90b992cd0..71ec89bb935 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -12,7 +12,7 @@ concurrency:
jobs:
changes:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
outputs:
src: ${{ steps.changes.outputs.src}}
@@ -35,7 +35,7 @@ jobs:
- '**.php'
phpunit-oci:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
@@ -97,7 +97,7 @@ jobs:
summary:
permissions:
contents: none
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [changes, phpunit-oci]
if: always()
diff --git a/.github/workflows/s3-external.yml b/.github/workflows/s3-external.yml
index ae859a97df3..903dfe1e3d4 100644
--- a/.github/workflows/s3-external.yml
+++ b/.github/workflows/s3-external.yml
@@ -120,7 +120,7 @@ jobs:
docker logs $(docker ps -aq)
s3-external-summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [s3-external-tests-minio, s3-external-tests-localstack]
if: always()
diff --git a/.github/workflows/s3-primary-integration.yml b/.github/workflows/s3-primary-integration.yml
index c957af7ada0..bf79008e3aa 100644
--- a/.github/workflows/s3-primary-integration.yml
+++ b/.github/workflows/s3-primary-integration.yml
@@ -85,7 +85,7 @@ jobs:
s3-primary-integration-summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [s3-primary-integration-tests-minio]
if: always()
diff --git a/.github/workflows/s3-primary.yml b/.github/workflows/s3-primary.yml
index 2b7c6e8d7f0..4d2832b3492 100644
--- a/.github/workflows/s3-primary.yml
+++ b/.github/workflows/s3-primary.yml
@@ -77,7 +77,7 @@ jobs:
s3-primary-summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: [s3-primary-tests-minio]
if: always()
diff --git a/.github/workflows/sftp.yml b/.github/workflows/sftp.yml
index d1f8a60c6a1..1de9113bd8c 100644
--- a/.github/workflows/sftp.yml
+++ b/.github/workflows/sftp.yml
@@ -63,7 +63,7 @@ jobs:
docker logs sftp
sftp-summary:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
needs: sftp-tests
if: always()