btrfs-progs: ci: add run-name for codespell workflow

Print the workflow name on the Actions page instead of the last commit
subject.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2024-07-18 16:21:57 +02:00
parent 16a7cbca91
commit 3461f5aa95
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Codespell configuration is within .codespellrc
---
# Check for typos on devel and pull rquests
# - codespell configuration is within .codespellrc
name: Codespell
run-name: Codespell
on:
push: