From 30e3ed6a193120907ddda6a52cc88a0cc4047c1e Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 28 Jul 2025 17:46:27 -0400 Subject: [PATCH] fix: add space in run-name for better readability --- .github/workflows/scheduled_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index a1d8e4f3bd1..62ed8699ddd 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 - ${{ inputs.working-directory-force || 'all libs' }} (Python ${{ inputs.python-version-force || '3.9,3.11' }})" +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