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