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