mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
infra: ci naming (#16890)
Make it clearer how to run equivalent commands locally Not a perfect 1:1, but will help people get started 
This commit is contained in:
3
.github/workflows/check_diffs.yml
vendored
3
.github/workflows/check_diffs.yml
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: Check library diffs
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -32,6 +32,7 @@ jobs:
|
||||
outputs:
|
||||
dirs-to-run: ${{ steps.set-matrix.outputs.dirs-to-run }}
|
||||
ci:
|
||||
name: cd ${{ matrix.working-directory }}
|
||||
needs: [ build ]
|
||||
strategy:
|
||||
matrix:
|
||||
|
Reference in New Issue
Block a user