From 3461f5aa95ff0b7b9fbd11af3a4951da7446caf4 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 18 Jul 2024 16:21:57 +0200 Subject: [PATCH] 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 --- .github/workflows/codespell.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index b0ee9c94..c7ec673b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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: