diff options
-rw-r--r-- | .github/workflows/files-external-s3.yml | 6 |
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: |