Skip to content

Commit 19e2688

Browse files
committed
ci: rename workflows as one
1 parent 412221e commit 19e2688

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Node
22

33
on:
44
workflow_call:
@@ -8,8 +8,8 @@ on:
88
value: ${{ jobs.build.outputs.image-digests }}
99

1010
jobs:
11-
build:
12-
name: Build
11+
node:
12+
name: Node
1313
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
1414
with:
1515
version-package: package.json

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR
1+
name: CI
22

33
on:
44
pull_request:
@@ -13,6 +13,6 @@ permissions:
1313
packages: write
1414

1515
jobs:
16-
ci:
17-
name: CI
16+
build:
17+
name: Build
1818
uses: ./.github/workflows/build.yaml

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: CI
22

33
on:
44
push:
@@ -20,11 +20,11 @@ permissions:
2020

2121
jobs:
2222
build:
23-
name: CI
23+
name: Build
2424
uses: ./.github/workflows/build.yaml
2525

2626
promote:
27-
name: CI
27+
name: Promote
2828
needs: build
2929
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
3030
with:

0 commit comments

Comments
 (0)