Merge pull request #43210 from nextcloud/fix/use-github-ci-for-s3-tests

chore(ci): Force github CI for tests failing on self-hosted runners
This commit is contained in:
Joas Schilling 2024-02-01 15:49:33 +01:00 committed by GitHub
commit 2e488208f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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

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