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
|
name: reviewdog
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|
@ -14,9 +12,4 @@ jobs:
|
||||||
uses: reviewdog/action-shellcheck@v1
|
uses: reviewdog/action-shellcheck@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
- name: shellcheck
|
|
||||||
uses: reviewdog/action-shellcheck@v1
|
|
||||||
with:
|
|
||||||
github_token: ${{ github.token }}
|
|
||||||
reporter: github-check
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue