Skip to content

Commit 2bcdfed

Browse files
committedOct 7, 2024
ci: Increase readability of CI pipelines
1 parent 3aa1e5b commit 2bcdfed

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: main
1+
name: Main Pipeline
22

33
on:
44
workflow_dispatch:

‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull_request
1+
name: Pull Request Pipeline
22

33
on:
44
workflow_dispatch:

‎.github/workflows/release_browser_utils.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "@spuxx/browser-utils"
1+
name: Release Pipeline (@spuxx/browser-utils)
22

33
on:
44
workflow_dispatch:
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
release:
11+
name: Release artifact (@spuxx/browser-utils)
1112
uses: ./.github/workflows/release.yml
1213
with:
1314
PATH: packages/browser-utils

‎.github/workflows/release_js_utils.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "@spuxx/js-utils"
1+
name: Release Pipeline (@spuxx/js-utils)
22

33
on:
44
workflow_dispatch:
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
release:
11+
name: Release artifact (@spuxx/js-utils)
1112
uses: ./.github/workflows/release.yml
1213
with:
1314
PATH: packages/js-utils

‎.github/workflows/release_nest_utils.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "@spuxx/nest-utils"
1+
name: Release Pipeline (@spuxx/nest-utils)
22

33
on:
44
workflow_dispatch:
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
release:
11+
name: Release artifact (@spuxx/nest-utils)
1112
uses: ./.github/workflows/release.yml
1213
with:
1314
PATH: packages/nest-utils

0 commit comments

Comments
 (0)