Skip to content

Commit 96259fe

Browse files
committed
update worker names to improvo display in Github GUI
1 parent 37c8741 commit 96259fe

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Create: release branch"
1+
name: "1️⃣ Create: release branch"
22

33
on:
44
workflow_dispatch:

.github/workflows/deployment-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI_03: Storybook deployment"
1+
name: ":arrow_up: Push: Storybook"
22

33
on:
44
pull_request:

.github/workflows/publish-featurefix-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish: feature/fix pre-release"
1+
name: "0️⃣ Publish: feature/fix pre-release"
22

33
on:
44
workflow_dispatch:

.github/workflows/publish-final-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish: final release"
1+
name: "3️⃣ Publish: final release"
22

33
on:
44
workflow_dispatch:

.github/workflows/publish-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish: release candidate"
1+
name: "2️⃣ Publish: release candidate"
22

33
on:
44
workflow_dispatch:

.github/workflows/push-tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Push: package & tagged release"
1+
name: ":arrow_up: Push: package & tagged release"
22

33
on:
44
workflow_call:

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI_02: Code tests"
1+
name: ":mag: Test: code"
22

33
on:
44
pull_request:

.github/workflows/test-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI_01: Convention tests"
1+
name: ":cop: Test: project conventions"
22

33
on:
44
push:

0 commit comments

Comments
 (0)