fix: only run reviewdog on PRs
This commit is contained in:
parent
111ab9ebeb
commit
9619250285
1 changed files with 1 additions and 8 deletions
9
.github/workflows/reviewdog.yml
vendored
9
.github/workflows/reviewdog.yml
vendored
|
|
@ -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
|
||||
reporter: github-pr-review
|
||||
Loading…
Add table
Add a link
Reference in a new issue