Skip to content

Commit 448ed81

Browse files
committed
build: update workflow name
The previous commit missed a few worklows. Update the missing ones. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 0f48988 commit 448ed81

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/checkpatch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: checkpatch review
1+
---
2+
name: Checkpatch Review
23
on: [pull_request]
34
jobs:
45
checkpatch:

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: coverity
2+
name: Coverity
33

44
on:
55
schedule:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: docs
2+
name: Build documentation
33

44
on:
55
push:

.github/workflows/libnvme-release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: release python
2+
name: Release Python
33

44
on:
55
push:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: release
2+
name: Release
33

44
on:
55
push:

.github/workflows/run-nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: run-nightly-tests
2+
name: Run nightly tests
33

44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)