ci: update upload-report step condition

This commit is contained in:
Anton B 2024-03-25 14:02:42 -03:00
parent eef0a02f33
commit 2fe5795788

View File

@ -352,7 +352,7 @@ jobs:
name: bbb-logs-${{ env.MATRIX_SHARD }}
path: ./bbb-logs.tar.gz
upload-report:
if: always()
if: always() && !contains(github.event.head_commit.message, 'Merge pull request')
needs: install-and-run-tests
runs-on: ubuntu-latest
steps: