fix: add space in run-name for better readability

This commit is contained in:
Mason Daugherty 2025-07-28 17:46:27 -04:00
parent 8641a95c43
commit 30e3ed6a19
No known key found for this signature in database

View File

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