fix: update run-name in scheduled_test.yml to include dynamic inputs

This commit is contained in:
Mason Daugherty 2025-07-28 17:45:05 -04:00
parent df70c5c186
commit 8641a95c43
No known key found for this signature in database
2 changed files with 1 additions and 7 deletions

View File

@ -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()

View File

@ -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