Skip to content

Commit a941fd6

Browse files
ci: Add Python version to fuzzing workflow name
1 parent 9b7ab37 commit a941fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
py_version: "3.11"
3333
- do_shard: false
3434
py_version: "3.12"
35-
name: ${{ inputs.do_shard && format('Run fuzzer (shard {0})', inputs.shard_index) || 'Run fuzzer' }}
35+
name: ${{ inputs.do_shard && format('Run fuzzer (Python {0}, shard {1})', matrix.py_version, inputs.shard_index) || format('Run fuzzer (Python {0})', matrix.version) }}
3636
steps:
3737
- name: Checkout repository
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)