Skip to content

Commit 68f31a9

Browse files
committed
skip some reviewdog jobs to avoid HTTP 406
reviewdog/reviewdog#1696
1 parent be273ee commit 68f31a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
shellcheck:
1616
name: runner / shellcheck
1717
runs-on: ubuntu-latest
18+
if: ${{ github.event.pull_request.changed_files < 301 }}
1819
steps:
1920
- uses: actions/checkout@v4
2021
- name: spellcheck
@@ -30,6 +31,7 @@ jobs:
3031
misspell:
3132
name: runner / misspell
3233
runs-on: ubuntu-latest
34+
if: ${{ github.event.pull_request.changed_files < 301 }}
3335
steps:
3436
- uses: actions/checkout@v4
3537
- name: misspell
@@ -45,6 +47,7 @@ jobs:
4547
alex:
4648
name: runner / alex
4749
runs-on: ubuntu-latest
50+
if: ${{ github.event.pull_request.changed_files < 301 }}
4851
steps:
4952
- uses: actions/checkout@v4
5053
- name: alex

0 commit comments

Comments
 (0)