Skip to content

Commit 3c38e81

Browse files
authored
actions: fix job name conflict (#970)
* run go-ci on prs * fix event name * go test on specific pr types * remove pull_request type and rename lint job
1 parent f0e8fc2 commit 3c38e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- push
55

66
jobs:
7-
go-test:
7+
go-lint:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout

0 commit comments

Comments
 (0)