mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 16:39:20 +00:00
fix: update run-name in scheduled_test.yml
to include dynamic inputs
This commit is contained in:
parent
df70c5c186
commit
8641a95c43
6
.github/workflows/.codespell-exclude
vendored
6
.github/workflows/.codespell-exclude
vendored
@ -1,6 +0,0 @@
|
||||
"NotIn": "not in",
|
||||
- `/checkin`: Check-in
|
||||
docs/docs/integrations/providers/trulens.mdx
|
||||
self.assertIn(
|
||||
from trulens_eval import Tru
|
||||
tru = Tru()
|
2
.github/workflows/scheduled_test.yml
vendored
2
.github/workflows/scheduled_test.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: '⏰ Scheduled Integration Tests'
|
||||
run-name: 'Run Integration Tests'
|
||||
run-name: "Run Integration Tests - ${{ inputs.working-directory-force || 'all libs' }} (Python ${{ inputs.python-version-force || '3.9,3.11' }})"
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows maintainers to trigger the workflow manually in GitHub UI
|
||||
|
Loading…
Reference in New Issue
Block a user