Skip to content

Commit 0ebfedf

Browse files
authored
refactor(ci): rename jobs (#5)
1 parent 9bdf6fe commit 0ebfedf

3 files changed

Lines changed: 6 additions & 6 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: Node
1+
name: Build
22

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

1010
jobs:
11-
node:
12-
name: Node
11+
build:
12+
name: Build
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ permissions:
1414

1515
jobs:
1616
build:
17-
name: Build
17+
name: Job
1818
uses: ./.github/workflows/build.yaml

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ permissions:
2020

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

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

0 commit comments

Comments
 (0)