Skip to content

Commit 1c05d23

Browse files
committed
fix condition on coverage report job
1 parent e1e94fa commit 1c05d23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ jobs:
4343
chart: true
4444
amend: true
4545
if: |
46-
matrix.os == 'ubuntu-latest' &&
47-
matrix.go == '1.23' &&
4846
github.event_name == 'push'
4947
continue-on-error: true

0 commit comments

Comments
 (0)