Skip to content

Commit 6e11796

Browse files
committed
Remove "name" field from go-verdiff workflow
This appears to be confusing the jobs reporting. Signed-off-by: Todd Short <[email protected]>
1 parent 061da6a commit 6e11796

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go-verdiff.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- name: Check golang version
16-
run: hack/tools/check-go-version.sh "${{ github.event.pull_request.base.sha }}"
15+
- run: hack/tools/check-go-version.sh "${{ github.event.pull_request.base.sha }}"

0 commit comments

Comments
 (0)