Skip to content

Commit d0f1793

Browse files
committed
feat: Rename jobs in workflows for clarity and consistency
1 parent 8ecfd20 commit d0f1793

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
name: Build
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout repository

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches: ["develop", "main"]
66

77
jobs:
8-
build:
8+
test:
9+
name: Test
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Checkout repository

0 commit comments

Comments
 (0)