Skip to content

Commit

Permalink
use default for job name
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Oct 24, 2020
1 parent ec06bd4 commit de49779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
reviewdog-github-check:
name: reviewdog (github-check)
# name: reviewdog (github-check)
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
reviewdog-pr:
if: github.event_name == 'pull_request'
name: reviewdog on Pull Request
# name: reviewdog on Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
Expand Down

0 comments on commit de49779

Please sign in to comment.