fix condition on coverage report job

This commit is contained in:
Gabriel Augendre 2024-10-30 16:23:45 +01:00
parent e1e94fa7d4
commit 1c05d23bb3
No known key found for this signature in database
GPG key ID: 0073D1CD7EC5A253

View file

@ -43,7 +43,5 @@ jobs:
chart: true
amend: true
if: |
matrix.os == 'ubuntu-latest' &&
matrix.go == '1.23' &&
github.event_name == 'push'
continue-on-error: true