From 332d525cdb3d72a57e6ec19121888f9b44b96d0f Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Wed, 4 Dec 2024 04:15:28 +0000 Subject: [PATCH] Add more detail to a couple of PR job names --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 418d068..66a3ebb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,7 +23,7 @@ jobs: VALIDATE_YAML: true validate-actionlint-image-builds: - name: Validate release Docker image builds + name: Validate actionlint Docker image builds runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 @@ -31,7 +31,7 @@ jobs: run: "docker build --pull --file=actionlint/Dockerfile ." validate-emacs-mode-release-image-builds: - name: Validate release Docker image builds + name: Validate emacs-mode release Docker image builds runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1