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:
parent
16a7cbca91
commit
3461f5aa95
|
@ -1,6 +1,8 @@
|
||||||
# Codespell configuration is within .codespellrc
|
# Check for typos on devel and pull rquests
|
||||||
---
|
# - codespell configuration is within .codespellrc
|
||||||
|
|
||||||
name: Codespell
|
name: Codespell
|
||||||
|
run-name: Codespell
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
Loading…
Reference in New Issue