Skip to content

Bump langchain-community from 0.2.9 to 0.3.0 in /application (#282) #138

Bump langchain-community from 0.2.9 to 0.3.0 in /application (#282)

Bump langchain-community from 0.2.9 to 0.3.0 in /application (#282) #138

name: Merge
on:
push:
branches:
- main
paths:
- '**'
- '!*.md'
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
Lint:
uses: ./.github/workflows/workflow_lint.yml
Tests:
needs: Lint
uses: ./.github/workflows/workflow_tests.yml
# Inference:
# needs: Lint
# uses: ./.github/workflows/workflow_inference.yml
# Inference_Gaudi:
# needs: Lint
# uses: ./.github/workflows/workflow_inference_gaudi2.yml
# Finetune:
# needs: Lint
# uses: ./.github/workflows/workflow_finetune.yml
# Benchmark:
# needs: Lint
# uses: ./.github/workflows/workflow_test_benchmark.yml