diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 5701207..d6373e3 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,8 +1,6 @@ name: reviewdog on: - push: pull_request: - workflow_dispatch: jobs: shellcheck: @@ -14,9 +12,4 @@ jobs: uses: reviewdog/action-shellcheck@v1 with: github_token: ${{ github.token }} - reporter: github-pr-review - - name: shellcheck - uses: reviewdog/action-shellcheck@v1 - with: - github_token: ${{ github.token }} - reporter: github-check \ No newline at end of file + reporter: github-pr-review \ No newline at end of file