Skip to content

actions: fix job name conflict

Erik Seliger requested to merge wb/go-test-on-prs into main

Created by: burmudar

The Go Lint and Go Test workflows named their jobs go-test, which prohibited the Go Test workflow from running - specifically the ubuntu one, as the go-test job on ubuntu-latest also exists in the Go Lint workflow. Updated the name and now the Go Test Ubuntu latest action is running again.

Test plan

Go Test actions are running

Merge request reports

Loading