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

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/43210/head
Côme Chilliet 2024-01-30 15:14:15 +07:00
parent e22443263f
commit e1b7a8cece
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
2 changed files with 2 additions and 2 deletions

@ -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' }}

@ -11,7 +11,7 @@ concurrency:
jobs:
smb-kerberos-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}