Skip to content

Commit a097b35

Browse files
committed
Merge branch 'main' of https://github.com/continuedev/continue into QianKuang8/qian/jcef-reload
2 parents f677852 + b11c958 commit a097b35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+59094
-2721
lines changed

.github/workflows/cli-pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CLI PR Checks
33
on:
44
pull_request:
55
branches: [main]
6+
paths-ignore:
7+
- "docs/**"
68

79
permissions:
810
contents: read

.github/workflows/pr-checks.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
pull_request:
66
branches:
77
- main
8+
paths-ignore:
9+
- "docs/**"
810

911
push:
1012
branches:
1113
- main
14+
paths-ignore:
15+
- "docs/**"
1216

1317
jobs:
1418
track-rerun:
@@ -334,6 +338,17 @@ jobs:
334338
runs-on: ubuntu-latest
335339
timeout-minutes: 15
336340
steps:
341+
- name: Free disk space
342+
uses: jlumbroso/free-disk-space@main
343+
with:
344+
tool-cache: false
345+
android: true
346+
dotnet: true
347+
haskell: true
348+
large-packages: false
349+
docker-images: true
350+
swap-storage: true
351+
337352
- uses: actions/checkout@v5
338353
- name: Run JetBrains tests
339354
uses: ./.github/actions/run-jetbrains-tests

0 commit comments

Comments
 (0)