Skip to content

Commit

Permalink
Fix CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shugo Kawamura committed Aug 4, 2023
1 parent d1d3949 commit e415ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go package
name: Go Build

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go package
name: Go Test

on: [push]

Expand Down

0 comments on commit e415ae7

Please sign in to comment.