Skip to content

Commit

Permalink
Merge pull request #2973 from activeloopai/v4
Browse files Browse the repository at this point in the history
V4
  • Loading branch information
davidbuniat authored Oct 23, 2024
2 parents 62b63cc + ba47245 commit e1378ed
Show file tree
Hide file tree
Showing 561 changed files with 3,486 additions and 93,782 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/langchain-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ permissions:
contents: read
id-token: write

on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch: {}
#on:
# schedule:
# - cron: '0 4 * * *'
# workflow_dispatch: {}

concurrency:
group: ${{ github.workflow }}
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Lint
on:
push:
branches:
- 'main'
pull_request:
#on:
# push:
# branches:
# - 'main'
# - 'v3'
# pull_request:


concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v3

jobs:
update_release_draft:
Expand Down
27 changes: 14 additions & 13 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ permissions:
pull-requests: write


on:
push:
branches:
- 'main'
- 'release/**'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- ready_for_review
#on:
# push:
# branches:
# - 'main'
# - 'v3'
# - 'release/**'
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - labeled
# - ready_for_review

concurrency:
cancel-in-progress: true
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:
]
elif "${{ github.event_name }}" == "push":
if "${{ github.ref_name == 'main' || startsWith( github.ref_name, 'release/' ) }}" == "true":
if "${{ github.ref_name == 'main' || github.ref_name == 'v3' || startsWith( github.ref_name, 'release/' ) }}" == "true":
matrix["os"] = [
"macos-latest",
"ubuntu-latest",
Expand Down
19 changes: 0 additions & 19 deletions .readthedocs.yaml

This file was deleted.

Loading

0 comments on commit e1378ed

Please sign in to comment.