ci: Run integration on self-hosted

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr
2025-05-26 15:14:02 +02:00
parent 9f06a43d4b
commit ac6fcf2d4b
17 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ github.repository_owner == 'nextcloud-gmbh' && fromJSON('["self-hosted", "ubuntu-latest"]') || 'ubuntu-latest' }}
strategy:
matrix: