mirror of
https://github.com/nextcloud/server.git
synced 2025-07-22 18:25:45 +00:00
ci: change if always() to if not cancelled on test results uploads
Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
This commit is contained in:
2
.github/workflows/files-external-ftp.yml
vendored
2
.github/workflows/files-external-ftp.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
flags: phpunit-files-external-ftp
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-ftp
|
||||
|
4
.github/workflows/files-external-s3.yml
vendored
4
.github/workflows/files-external-s3.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
flags: phpunit-files-external-s3
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-s3
|
||||
@ -179,7 +179,7 @@ jobs:
|
||||
flags: phpunit-files-external-s3
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-s3
|
||||
|
2
.github/workflows/files-external-sftp.yml
vendored
2
.github/workflows/files-external-sftp.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
flags: phpunit-files-external-sftp
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-sftp
|
||||
|
2
.github/workflows/files-external-smb.yml
vendored
2
.github/workflows/files-external-smb.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
flags: phpunit-files-external-smb
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-smb
|
||||
|
2
.github/workflows/files-external-webdav.yml
vendored
2
.github/workflows/files-external-webdav.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
flags: phpunit-files-external-webdav
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-webdav
|
||||
|
2
.github/workflows/files-external.yml
vendored
2
.github/workflows/files-external.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
flags: phpunit-files-external-generic
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-files-external-generic
|
||||
|
1
.github/workflows/node-test.yml
vendored
1
.github/workflows/node-test.yml
vendored
@ -104,6 +104,7 @@ jobs:
|
||||
files: ./coverage/lcov.info
|
||||
|
||||
- name: Upload test results
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
|
||||
jsunit:
|
||||
|
2
.github/workflows/object-storage-azure.yml
vendored
2
.github/workflows/object-storage-azure.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
flags: phpunit-azure
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-azure
|
||||
|
2
.github/workflows/object-storage-s3.yml
vendored
2
.github/workflows/object-storage-s3.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
flags: phpunit-s3
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-s3
|
||||
|
2
.github/workflows/object-storage-swift.yml
vendored
2
.github/workflows/object-storage-swift.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
flags: phpunit-swift
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-swift
|
||||
|
2
.github/workflows/phpunit-mariadb.yml
vendored
2
.github/workflows/phpunit-mariadb.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
flags: phpunit-mariadb
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-mariadb
|
||||
|
2
.github/workflows/phpunit-memcached.yml
vendored
2
.github/workflows/phpunit-memcached.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
flags: phpunit-memcached
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-memcached
|
||||
|
2
.github/workflows/phpunit-mysql-sharding.yml
vendored
2
.github/workflows/phpunit-mysql-sharding.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
flags: phpunit-mysql
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-mysql
|
||||
|
2
.github/workflows/phpunit-mysql.yml
vendored
2
.github/workflows/phpunit-mysql.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
flags: phpunit-mysql
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-mysql
|
||||
|
2
.github/workflows/phpunit-nodb.yml
vendored
2
.github/workflows/phpunit-nodb.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
flags: phpunit-nodb
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-nodb
|
||||
|
2
.github/workflows/phpunit-oci.yml
vendored
2
.github/workflows/phpunit-oci.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
flags: phpunit-oci
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-oci
|
||||
|
2
.github/workflows/phpunit-pgsql.yml
vendored
2
.github/workflows/phpunit-pgsql.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
||||
flags: phpunit-postgres
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-postgres
|
||||
|
2
.github/workflows/phpunit-sqlite.yml
vendored
2
.github/workflows/phpunit-sqlite.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
flags: phpunit-sqlite
|
||||
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1.1.0
|
||||
with:
|
||||
flags: phpunit-sqlite
|
||||
|
Reference in New Issue
Block a user