Browse Source

chore(ci): Force github CI for tests failing on self-hosted runners

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v29.0.0beta1
Côme Chilliet 3 months ago
parent
commit
e1b7a8cece
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .github/workflows/object-storage-s3.yml
  2. 1
    1
      .github/workflows/smb-kerberos.yml

+ 1
- 1
.github/workflows/object-storage-s3.yml View File

@@ -36,7 +36,7 @@ jobs:
- '**.php'

s3-primary-tests-minio:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: changes

if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}

+ 1
- 1
.github/workflows/smb-kerberos.yml View File

@@ -11,7 +11,7 @@ concurrency:

jobs:
smb-kerberos-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

if: ${{ github.repository_owner != 'nextcloud-gmbh' }}


Loading…
Cancel
Save