Skip to content

Commit 30e3ed6

Browse files
committed
fix: add space in run-name for better readability
1 parent 8641a95 commit 30e3ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: '⏰ Scheduled Integration Tests'
2-
run-name: "Run Integration Tests - ${{ inputs.working-directory-force || 'all libs' }} (Python ${{ inputs.python-version-force || '3.9,3.11' }})"
2+
run-name: "Run Integration Tests - ${{ inputs.working-directory-force || 'all libs' }} (Python ${{ inputs.python-version-force || '3.9, 3.11' }})"
33

44
on:
55
workflow_dispatch: # Allows maintainers to trigger the workflow manually in GitHub UI

0 commit comments

Comments
 (0)