Skip to content

Commit

Permalink
Shorten workflow names.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 21, 2023
1 parent 915ebe2 commit 299edd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
analyze:
name: Analyze with CodeQL
name: Analyze code
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Invoke Release Drafter'
name: 'Release Drafter'

on:
push:
Expand Down

0 comments on commit 299edd5

Please sign in to comment.