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

Commit ce361e3

Browse files
committed
fix(ci): change job names
1 parent ccf6012 commit ce361e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test-and-release:
11-
name: Run tests and release
11+
name: Run tests
1212
runs-on: ubuntu-18.04
1313
steps:
1414
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
jobs:
77
release:
8-
name: Release
8+
name: Run test and Release
99
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)