1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Use not cancelled vs always (#4626)

This commit is contained in:
Matt Bishop 2024-08-13 13:31:27 -04:00 committed by GitHub
parent 0dae02df23
commit 71d5f53be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ jobs:
- name: Report test results
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
if: ${{ needs.check-test-secrets.outputs.available == 'true' }} && always()
if: ${{ needs.check-test-secrets.outputs.available == 'true' }} && !cancelled()
with:
name: Test Results
path: "**/*-test-results.trx"