Skip to content

Commit a9c1491

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

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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)