mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ci: Add storage name to run name for easier identification
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d7c073cc28
commit
d72110cd35
1 changed files with 3 additions and 3 deletions
6
.github/workflows/files-external-s3.yml
vendored
6
.github/workflows/files-external-s3.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue