Skip to content

Commit 8639486

Browse files
committed
ci: less emoji is sometimes better
1 parent e827c6e commit 8639486

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 🧪 CI
2+
name: CI
33

44
on:
55
merge_group:
@@ -49,7 +49,7 @@ jobs:
4949
pull-requests: write
5050

5151
publish-test-results:
52-
name: 📊 Test Results
52+
name: 📊 Publish Test Results
5353
runs-on: ubuntu-latest
5454
permissions:
5555
checks: write

.github/workflows/wc-build-push-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ permissions: {}
7171

7272
jobs:
7373
build-push:
74-
name: 🛠️
74+
name: 1. 🛠️
7575
uses: ./.github/workflows/wc-build-push.yml
7676
permissions:
7777
actions: read
@@ -92,7 +92,7 @@ jobs:
9292
build-test-runner-labels: ${{ inputs.build-test-runner-labels }}
9393

9494
integration-test:
95-
name: 🧪
95+
name: 2. 🧪
9696
if: ${{ inputs.integration-test-file }}
9797
strategy:
9898
matrix:
@@ -109,7 +109,7 @@ jobs:
109109
runner-labels: ${{ matrix.runner }}
110110

111111
acceptance-test:
112-
name: 🧪
112+
name: 3. 🧪
113113
if: ${{ inputs.test-devcontainer-file && inputs.acceptance-test-path }}
114114
needs: build-push
115115
uses: ./.github/workflows/wc-acceptance-test.yml

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runner-labels: ${{ inputs.runner-labels }}
5858

5959
build-push:
60-
name: 🛠️ (${{ matrix.runner }})
60+
name: ${{ matrix.runner }}
6161
strategy:
6262
matrix:
6363
runner: ${{ (startsWith(inputs.build-test-runner-labels, '[') && endsWith(inputs.build-test-runner-labels, ']')) && fromJson(inputs.build-test-runner-labels) || inputs.build-test-runner-labels }}

.github/workflows/wc-dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
dependency-review:
17-
name: 🔍
17+
name: Review
1818
runs-on: ${{ (startsWith(inputs.runner-labels, '[') && endsWith(inputs.runner-labels, ']')) && fromJson(inputs.runner-labels) || inputs.runner-labels }}
1919
permissions:
2020
contents: read

.github/workflows/wc-document-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88

99
jobs:
1010
generate-documents:
11-
name: 📄 Generate Documents
11+
name: Generate Documents
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read

.github/workflows/wc-sanitize-image-name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions: {}
2828

2929
jobs:
3030
sanitize:
31-
name: 🧼 Sanitize Image Name
31+
name: Sanitize Image Name
3232
runs-on: ${{ (startsWith(inputs.runner-labels, '[') && endsWith(inputs.runner-labels, ']')) && fromJson(inputs.runner-labels) || inputs.runner-labels }}
3333
outputs:
3434
image-basename: ${{ steps.sanitize-image-name.outputs.sanitized-basename }}

0 commit comments

Comments
 (0)