From 8641a95c43dc5fa2ff3c85d4983441a5219cd80b Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 28 Jul 2025 17:45:05 -0400 Subject: [PATCH] fix: update run-name in `scheduled_test.yml` to include dynamic inputs --- .github/workflows/.codespell-exclude | 6 ------ .github/workflows/scheduled_test.yml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .github/workflows/.codespell-exclude diff --git a/.github/workflows/.codespell-exclude b/.github/workflows/.codespell-exclude deleted file mode 100644 index 902cb55cb04..00000000000 --- a/.github/workflows/.codespell-exclude +++ /dev/null @@ -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() diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index 6048d8c6af0..a1d8e4f3bd1 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -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