Skip to content

Commit 975b02c

Browse files
Merge branch 'main' into devin/sparse-checkout-optimization-1768051915
Resolved merge conflicts in: - .github/actions/cache-checkout/action.yml: Kept PR's save/restore mode design - .github/workflows/pr.yml: Kept PR's sparse-checkout + dangerous-git-checkout approach Co-Authored-By: unknown <>
2 parents 725efb7 + bf4cdf6 commit 975b02c

19 files changed

+14
-42
lines changed

.github/workflows/api-v1-production-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
with:
6969
sparse-checkout: .github
7070
- uses: ./.github/actions/cache-checkout
71-
with:
72-
mode: restore
7371
- uses: ./.github/actions/yarn-install
7472
- uses: ./.github/actions/cache-db
7573
- name: Cache API v1 production build

.github/workflows/api-v2-production-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
with:
3939
sparse-checkout: .github
4040
- uses: ./.github/actions/cache-checkout
41-
with:
42-
mode: restore
4341
- uses: ./.github/actions/yarn-install
4442
- name: Generate Prisma schemas
4543
working-directory: apps/api/v2

.github/workflows/api-v2-unit-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
sparse-checkout: .github
1717
- uses: ./.github/actions/cache-checkout
18-
with:
19-
mode: restore
2018
- uses: ./.github/actions/yarn-install
2119
- run: yarn prisma generate
2220
- name: Run API v2 unit tests

.github/workflows/atoms-production-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
sparse-checkout: .github
1717
- uses: ./.github/actions/cache-checkout
18-
with:
19-
mode: restore
2018
- uses: ./.github/actions/yarn-install
2119
- name: Cache atoms production build
2220
uses: actions/cache@v4

.github/workflows/check-api-v2-breaking-changes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
with:
3838
sparse-checkout: .github
3939
- uses: ./.github/actions/cache-checkout
40-
with:
41-
mode: restore
4240
- uses: ./.github/actions/yarn-install
4341

4442
- name: Generate Swagger

.github/workflows/check-types.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
sparse-checkout: .github
1717
- uses: ./.github/actions/cache-checkout
18-
with:
19-
mode: restore
2018
- uses: ./.github/actions/yarn-install
2119
- name: Show info
2220
run: node -e "console.log(require('v8').getHeapStatistics())"

.github/workflows/companion-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
with:
2121
sparse-checkout: .github
2222
- uses: ./.github/actions/cache-checkout
23-
with:
24-
mode: restore
2523

2624
- name: Setup Bun
2725
uses: oven-sh/setup-bun@v1

.github/workflows/docs-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
sparse-checkout: .github
1717
- uses: ./.github/actions/cache-checkout
18-
with:
19-
mode: restore
2018
- name: Cache Docs build
2119
uses: actions/cache@v4
2220
id: cache-docs-build

.github/workflows/e2e-api-v2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
with:
7878
sparse-checkout: .github
7979
- uses: ./.github/actions/cache-checkout
80-
with:
81-
mode: restore
8280
- uses: ./.github/actions/yarn-install
8381
- uses: ./.github/actions/cache-db
8482
- name: Build platform packages with Turbo

.github/workflows/e2e-app-store.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
with:
8585
sparse-checkout: .github
8686
- uses: ./.github/actions/cache-checkout
87-
with:
88-
mode: restore
8987
- uses: ./.github/actions/yarn-install
9088
- uses: ./.github/actions/yarn-playwright-install
9189
- run: yarn prisma generate

0 commit comments

Comments
 (0)