Only run `make v2diff` on go `1.19.x` + `ubuntu-latest`

main
Dan Buch 2 years ago
parent 2bec081c3a
commit 0593812915
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -40,7 +40,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…
Cancel
Save