diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 0710a8d233..a5508dfc8c 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 5821da76e0..c501fdd7cd 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 f9403e7b8d..c849ad6ca1 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: