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 26574ba commit 1155049
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Generate Codecov coverage report'
name: 'Codecov'

on:
push:
Expand All @@ -11,7 +11,7 @@ jobs:
coverage:

runs-on: ubuntu-latest
name: Create coverage report and upload results to Codecov on Ubuntu
name: Create and upload coverage report

steps:
- uses: actions/checkout@v4
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
4 changes: 2 additions & 2 deletions .github/workflows/update-badges.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Update project badges'
name: 'Quality Badges'

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:
coverage:

runs-on: [ubuntu-latest]
name: Update project quality badges on Ubuntu
name: Update quality badges

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1155049

Please sign in to comment.