Skip to content

Commit

Permalink
runs goreportcard only on 18.04
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 5, 2024
1 parent 0de8040 commit 41e222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
runu -v
- name: goreportcard
if: runner.os == 'linux' && matrix.arch == 'amd64'
if: runner.os == 'linux' && matrix.arch == 'amd64' && matrix.runs_on == 'ubuntu-18.04'
run: |
cd /tmp
go get -u github.com/gojp/goreportcard/cmd/goreportcard-cli
Expand Down

0 comments on commit 41e222a

Please sign in to comment.