Skip to content

Commit ea5f309

Browse files
committed
chore(CI): Reduce CI_CHUNK_SIZE from 65 to 15 in GitHub workflows
1 parent 874d035 commit ea5f309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
CI_CHUNK_SIZE: 65
18+
CI_CHUNK_SIZE: 15
1919
IS_PR_CHECK: true
2020

2121
jobs:

.github/workflows/build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
env:
23-
CI_CHUNK_SIZE: 65
23+
CI_CHUNK_SIZE: 15
2424
IS_PR_CHECK: false
2525

2626
jobs:

0 commit comments

Comments
 (0)