ci: Run integration on self-hosted
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
2
.github/workflows/lint-php-cs.yml
vendored
2
.github/workflows/lint-php-cs.yml
vendored
@@ -19,7 +19,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ github.repository_owner == 'nextcloud-gmbh' && fromJSON('["self-hosted", "ubuntu-latest"]') || 'ubuntu-latest' }}
|
||||
|
||||
name: php-cs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user