From 9be6616b090b89ea9ff0a5b5b2b5cec367d13afe Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 21 Dec 2023 08:43:02 +0100 Subject: [PATCH] Shorten workflow names. --- .github/workflows/codeql.yml | 2 +- .github/workflows/run-release-drafter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bbd329c..05a2501 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: