From 1450305f9069b2025ecd0f315f47a8918989b713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 18 Jul 2023 16:57:33 -0400 Subject: [PATCH] ci: give check signed commit job a proper name --- .github/workflows/check-signed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-signed.yml b/.github/workflows/check-signed.yml index 5874cb13..5b414046 100644 --- a/.github/workflows/check-signed.yml +++ b/.github/workflows/check-signed.yml @@ -2,7 +2,7 @@ name: Check signed commits on: pull_request jobs: - build: + signed-commits-check: name: Validate if commits in PR are signed runs-on: ubuntu-latest steps: