Skip to content

Commit 8641a95

Browse files
committed
fix: update run-name in scheduled_test.yml to include dynamic inputs
1 parent df70c5c commit 8641a95

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/.codespell-exclude

Lines changed: 0 additions & 6 deletions
This file was deleted.

.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'
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)