mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-15 12:44:01 +01:00
fix condition on coverage report job
This commit is contained in:
parent
e1e94fa7d4
commit
1c05d23bb3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -43,7 +43,5 @@ jobs:
|
||||||
chart: true
|
chart: true
|
||||||
amend: true
|
amend: true
|
||||||
if: |
|
if: |
|
||||||
matrix.os == 'ubuntu-latest' &&
|
|
||||||
matrix.go == '1.23' &&
|
|
||||||
github.event_name == 'push'
|
github.event_name == 'push'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in a new issue