Skip to content

Commit

Permalink
Only run make v2diff on go 1.19.x + ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Sep 11, 2022
1 parent da7efeb commit 1a851c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a851c7

Please sign in to comment.