Skip to content

Commit 3852542

Browse files
riderxclaude
andcommitted
fix: make checkout way faster
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c901103 commit 3852542

15 files changed

+18
-0
lines changed

.github/workflows/auto-merge-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
33+
filter: blob:none
3334

3435
- name: Check if PR is from upstream sync
3536
id: check-label

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
25+
filter: blob:none
2526

2627
- name: Setup Node.js
2728
uses: actions/setup-node@v6

.github/workflows/bump_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
28+
filter: blob:none
2829
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
2930
ref: plus
3031

.github/workflows/publish-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
33+
filter: blob:none
3334
ref: 'main'
3435
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
3536
- name: set up JDK 21

.github/workflows/publish-capacitor-plus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
33+
filter: blob:none
3334
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3435
ref: plus
3536

.github/workflows/publish-ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
22+
filter: blob:none
2223
ref: 'main'
2324
- name: Install Cocoapods
2425
run: gem install cocoapods

.github/workflows/publish-npm-alpha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
17+
filter: blob:none
1718
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1819
- uses: actions/setup-node@v6
1920
with:

.github/workflows/publish-npm-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
17+
filter: blob:none
1718
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1819
- uses: actions/setup-node@v6
1920
with:

.github/workflows/publish-npm-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
17+
filter: blob:none
1718
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1819
- uses: actions/setup-node@v6
1920
with:

.github/workflows/publish-npm-latest-from-pre.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
25+
filter: blob:none
2526
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
2627
- uses: actions/setup-node@v6
2728
with:

0 commit comments

Comments
 (0)