aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-06-02 19:07:18 +0200
committerJoas Schilling <coding@schilljs.com>2025-06-02 19:07:18 +0200
commitd72110cd358daa1fd1e6fe7b58c486195da5b630 (patch)
treefe82dbf3abf1c0921f5519829b9a7701375b9e13
parentd7c073cc28e084e4ae5b88e53d3f3fb624c33bdf (diff)
downloadnextcloud-server-ci/noid/make-run-names-distinct.tar.gz
nextcloud-server-ci/noid/make-run-names-distinct.zip
ci: Add storage name to run name for easier identificationci/noid/make-run-names-distinct
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/files-external-s3.yml6
1 files 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: