Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions: fix job name conflict #970

Merged
merged 4 commits into from
Apr 20, 2023
Merged

actions: fix job name conflict #970

merged 4 commits into from
Apr 20, 2023

Conversation

burmudar
Copy link
Contributor

@burmudar burmudar commented Apr 20, 2023

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

@burmudar burmudar changed the title run go-ci on prs actions: fix job name conflict Apr 20, 2023
@burmudar burmudar self-assigned this Apr 20, 2023
@burmudar burmudar enabled auto-merge (squash) April 20, 2023 08:57
@burmudar burmudar mentioned this pull request Apr 20, 2023
@burmudar burmudar merged commit 3c38e81 into main Apr 20, 2023
@burmudar burmudar deleted the wb/go-test-on-prs branch April 20, 2023 08:59
scjohns pushed a commit that referenced this pull request Apr 24, 2023
* run go-ci on prs

* fix event name

* go test on specific pr types

* remove pull_request type and rename lint job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants