Skip to content

Commit

Permalink
actions: fix job name conflict (#970)
Browse files Browse the repository at this point in the history
* run go-ci on prs

* fix event name

* go test on specific pr types

* remove pull_request type and rename lint job
  • Loading branch information
burmudar committed Apr 20, 2023
1 parent ce84aec commit 2c8f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- push

jobs:
go-test:
go-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 2c8f042

Please sign in to comment.