Skip to content

Commit 3930cc3

Browse files
committed
refactor(ci): add differents names for workflow steps
1 parent 5d42ee9 commit 3930cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-app-client.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
ci:
10+
ci-app-client:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:

.github/workflows/ci-app-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
ci:
10+
ci-app-server:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:

0 commit comments

Comments
 (0)