Skip to content

Commit 09118e5

Browse files
refactor(ci): improve workflow names
1 parent 39a0e39 commit 09118e5

11 files changed

+12
-13
lines changed

.github/workflows/conventional-commit-check-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Conventional Commit Check Commits
1+
name: check-conventional-commits
22

33
on: [pull_request]
44

.github/workflows/conventional-commit-check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Conventional Commit Check PR Title
1+
name: check-conventional-commit-pr-title
22

33
on:
44
pull_request_target:

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Dapp to Dev and Prod
1+
name: dapp-deploy-dev-prod
22

33
on:
44
push:

.github/workflows/dapp-manual-operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Manual Dapp Operations
1+
name: dapp-manual-operations
22

33
on:
44
workflow_dispatch:

.github/workflows/dapp-pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: WEB3MAIL DApp - CI
1+
name: web3mail-dapp-ci
22

33
on:
44
pull_request:

.github/workflows/deployment-dapp-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: web3mail Deployment DApp - CI
2-
1+
name: deployment-dapp-ci
32
on:
43
pull_request:
54
branches:

.github/workflows/publish-npm-sdk-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: npm publish latest
1+
name: publish-npm-sdk-latest
22

33
on:
44
release:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release-please
1+
name: release-please-sdk
22
on:
33
push:
44
branches:

.github/workflows/reusable-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: npm publish
1+
name: publish-npm-sdk
22

33
on:
44
workflow_call:

.github/workflows/sdk-manual-operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Manual SDK Operations
1+
name: sdk-manual-operations
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)