diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 39a29e6e09b..2675cc6e229 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -1,4 +1,4 @@ -name: Integration tests +name: Integration Tests on: workflow_dispatch: diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 2c0cd53716f..56cf99cf823 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -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 }} diff --git a/.github/workflows/api_doc_build.yml b/.github/workflows/api_doc_build.yml index e6b82c6bccd..b64573d753d 100644 --- a/.github/workflows/api_doc_build.yml +++ b/.github/workflows/api_doc_build.yml @@ -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 }} diff --git a/.github/workflows/check_core_versions.yml b/.github/workflows/check_core_versions.yml index 5ee0f935828..c3c0314327e 100644 --- a/.github/workflows/check_core_versions.yml +++ b/.github/workflows/check_core_versions.yml @@ -1,4 +1,4 @@ -name: Check `langchain-core` version equality +name: Check `core` Version Equality on: pull_request: diff --git a/.github/workflows/check_new_docs.yml b/.github/workflows/check_new_docs.yml index 16ccb42c6bc..a05b62c7337 100644 --- a/.github/workflows/check_new_docs.yml +++ b/.github/workflows/check_new_docs.yml @@ -1,4 +1,4 @@ -name: Integration docs lint +name: Integration Docs Lint on: push: diff --git a/.github/workflows/run_notebooks.yml b/.github/workflows/run_notebooks.yml index 22454fd58f8..9bfe629eb06 100644 --- a/.github/workflows/run_notebooks.yml +++ b/.github/workflows/run_notebooks.yml @@ -1,4 +1,4 @@ -name: Run notebooks +name: Run Notebooks on: workflow_dispatch: diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index cb8359b60f5..4f2b5813644 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -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