chore: clean up capitalization in workflow names (#31944)

This commit is contained in:
Mason Daugherty 2025-07-09 15:16:48 -04:00 committed by GitHub
parent c026a71a06
commit 042da2a2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
name: Integration tests
name: Integration Tests
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: release
name: Release
run-name: Release ${{ inputs.working-directory }} by @${{ github.actor }}
on:
workflow_call:
@ -64,7 +64,7 @@ jobs:
name: dist
path: ${{ inputs.working-directory }}/dist/
- name: Check Version
- name: Check version
id: check-version
shell: python
working-directory: ${{ inputs.working-directory }}
@ -93,7 +93,7 @@ jobs:
${{ inputs.working-directory }}
ref: ${{ github.ref }} # this scopes to just ref'd branch
fetch-depth: 0 # this fetches entire commit history
- name: Check Tags
- name: Check tags
id: check-tags
shell: bash
working-directory: langchain/${{ inputs.working-directory }}

View File

@ -1,4 +1,4 @@
name: API docs build
name: API Docs Build
on:
workflow_dispatch:
@ -56,7 +56,7 @@ jobs:
git clone --depth 1 https://github.com/$repo.git $REPO_NAME
done
- name: Setup python ${{ env.PYTHON_VERSION }}
- name: Setup Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
id: setup-python
with:
@ -68,7 +68,7 @@ jobs:
python -m pip install -U uv
python -m uv pip install --upgrade --no-cache-dir pip setuptools pyyaml
- name: Move libs with script
- name: Move libs
run: python langchain/.github/scripts/prep_api_docs_build.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,4 +1,4 @@
name: Check `langchain-core` version equality
name: Check `core` Version Equality
on:
pull_request:

View File

@ -1,4 +1,4 @@
name: Integration docs lint
name: Integration Docs Lint
on:
push:

View File

@ -1,4 +1,4 @@
name: Run notebooks
name: Run Notebooks
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: Scheduled tests
name: Scheduled Tests
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
@ -162,7 +162,7 @@ jobs:
langchain/libs/partners/google-vertexai \
langchain/libs/partners/aws
- name: Ensure the tests did not create any additional files
- name: Ensure tests did not create additional files
working-directory: langchain
run: |
set -eu