Skip to content

Commit a843222

Browse files
committed
ci: disable lfs checkout in non-release workflows
1 parent 324b0dd commit a843222

7 files changed

Lines changed: 20 additions & 0 deletions

.github/workflows/docs-diataxis-site.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v5
22+
with:
23+
lfs: false
2224

2325
- name: Setup Node.js
2426
uses: actions/setup-node@v5
@@ -39,6 +41,8 @@ jobs:
3941
steps:
4042
- name: Checkout repository
4143
uses: actions/checkout@v5
44+
with:
45+
lfs: false
4246

4347
- name: Setup Python
4448
uses: actions/setup-python@v6

.github/workflows/fixrisk-operational-readiness.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
steps:
5656
- name: Checkout repository
5757
uses: actions/checkout@v5
58+
with:
59+
lfs: false
5860

5961
- name: Setup Node.js
6062
uses: actions/setup-node@v5
@@ -88,6 +90,8 @@ jobs:
8890
steps:
8991
- name: Checkout repository
9092
uses: actions/checkout@v5
93+
with:
94+
lfs: false
9195

9296
- name: Setup Node.js
9397
uses: actions/setup-node@v5
@@ -158,6 +162,8 @@ jobs:
158162
steps:
159163
- name: Checkout repository
160164
uses: actions/checkout@v5
165+
with:
166+
lfs: false
161167

162168
- name: Setup Node.js
163169
uses: actions/setup-node@v5

.github/workflows/migration-gates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v5
41+
with:
42+
lfs: false
4143

4244
- name: Setup Node.js
4345
uses: actions/setup-node@v5

.github/workflows/mobile-e2e-detox-contracts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v5
20+
with:
21+
lfs: false
2022

2123
- name: Setup Node.js
2224
uses: actions/setup-node@v5

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: Checkout repository
3434
uses: actions/checkout@v5
35+
with:
36+
lfs: false
3537

3638
- name: Setup Node.js
3739
uses: actions/setup-node@v5

.github/workflows/version-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v5
18+
with:
19+
lfs: false
1820

1921
- name: Extract tag version
2022
id: tag

.github/workflows/wasm-parity-benchmark-snapshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v5
24+
with:
25+
lfs: false
2426

2527
- name: Setup Node.js
2628
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)