diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-29 12:05:00 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-29 12:05:00 +0100 |
commit | 625d8ee694225dd15e6d8c8778c2be10e0b20fb2 (patch) | |
tree | 86c1eb715dc0e40b31898c5e789acc81f732982a /.github/workflows/phpunit-memcached.yml | |
parent | 3749c2c79bc830107f7eb903e990b3fa69e28dac (diff) | |
download | nextcloud-server-625d8ee694225dd15e6d8c8778c2be10e0b20fb2.tar.gz nextcloud-server-625d8ee694225dd15e6d8c8778c2be10e0b20fb2.zip |
chore(ci): Disable code coverage upload on pull request
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github/workflows/phpunit-memcached.yml')
-rw-r--r-- | .github/workflows/phpunit-memcached.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-memcached.yml b/.github/workflows/phpunit-memcached.yml index cafa936e2d8..04be6b01c12 100644 --- a/.github/workflows/phpunit-memcached.yml +++ b/.github/workflows/phpunit-memcached.yml @@ -55,7 +55,7 @@ jobs: php-versions: ['8.0', '8.1', '8.2', '8.3'] include: - php-versions: '8.2' - coverage: true + coverage: ${{ github.event_name != 'pull_request' }} name: Memcached (PHP ${{ matrix.php-versions }}) |