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:
Spencer Murray
2025-04-24 12:05:25 -04:00
parent 9c3bdf2647
commit 0395eaacbb
18 changed files with 19 additions and 18 deletions

View File

@@ -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