Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 817adcd

Browse files
authored
Merge pull request #7 from code-yeongyu/feature/update-action-name
Update action job names to be more explicit
2 parents 3d12ef0 + c8b969b commit 817adcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [created]
55
jobs:
6-
build:
6+
release:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
jobs:
9-
build:
9+
test:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)