Merge pull request #53269 from nextcloud/ci/noid/make-run-names-distinct

ci: Add storage name to run name for easier identification
pull/53275/head
Joas Schilling 2025-06-02 23:11:51 +07:00 committed by GitHub
commit 3f8f1b3701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

@ -50,7 +50,7 @@ jobs:
- php-versions: '8.2'
coverage: ${{ github.event_name != 'pull_request' }}
name: php${{ matrix.php-versions }}-s3
name: php${{ matrix.php-versions }}-s3-minio
services:
minio:
@ -132,9 +132,9 @@ jobs:
php-versions: ['8.1', '8.2', '8.3']
include:
- php-versions: '8.3'
coverage: true
coverage: ${{ github.event_name != 'pull_request' }}
name: php${{ matrix.php-versions }}-s3
name: php${{ matrix.php-versions }}-s3-localstack
services:
localstack: