Only run make v2diff
on go 1.19.x
+ ubuntu-latest
This commit is contained in:
parent
da7efeb63b
commit
1a851c7ac9
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -37,7 +37,8 @@ jobs:
|
||||
- run: make tag-check-binary-size
|
||||
- run: make yamlfmt
|
||||
- run: make diffcheck
|
||||
- run: make v2diff
|
||||
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||
run: make v2diff
|
||||
- if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user