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