From 299edd592b531d43055168c6f0460e23bebb2544 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 21 Dec 2023 08:43:04 +0100 Subject: [PATCH] Shorten workflow names. --- .github/workflows/check-md-links.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/run-release-drafter.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 0710a8d..a5508df 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -1,10 +1,10 @@ -name: 'Check Markdown links' +name: 'Link Checker' on: push jobs: check-markdown-links: - name: 'Check Markdown links' + name: 'Link Checker' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5821da7..c501fdd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,7 @@ on: jobs: analyze: - name: Analyze with CodeQL + name: Analyze code runs-on: ubuntu-latest permissions: actions: read diff --git a/.github/workflows/run-release-drafter.yml b/.github/workflows/run-release-drafter.yml index f9403e7..c849ad6 100644 --- a/.github/workflows/run-release-drafter.yml +++ b/.github/workflows/run-release-drafter.yml @@ -1,4 +1,4 @@ -name: 'Invoke Release Drafter' +name: 'Release Drafter' on: push: