From d72110cd358daa1fd1e6fe7b58c486195da5b630 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 2 Jun 2025 19:07:18 +0200 Subject: [PATCH] ci: Add storage name to run name for easier identification Signed-off-by: Joas Schilling --- .github/workflows/files-external-s3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index 2db6d220f46..8fda8520929 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -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: