Skip to content

Commit c20afc1

Browse files
committed
style(workflows): simplify titles with minimal purple lightning branding
Remove redundant "Socket" prefix from workflow titles since they're already in Socket repos. Keep purple lightning ⚡ for visual identity and Socket branding within step messages. Changes: - ⚡ Smol Node Binaries (was Socket Smol Node Binaries) - ⚡ SEA Binaries (was Socket SEA Binaries) - ⚡ WASM Assets (was Socket WASM Assets) - ⚡ Publish (was Socket Publish) - ⚡ CI (was Socket CI) Maintains Socket branding in actual workflow steps and messages.
1 parent 607c9bb commit c20afc1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build-sea.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket SEA Binaries
1+
name: ⚡ SEA Binaries
22

33
on:
44
workflow_call:
@@ -115,7 +115,7 @@ jobs:
115115
retention-days: 1
116116

117117
build-sea:
118-
name: Socket SEA - ${{ matrix.platform }}-${{ matrix.arch }}
118+
name: ⚡ SEA - ${{ matrix.platform }}-${{ matrix.arch }}
119119
needs: build-deps
120120
runs-on: ${{ matrix.runner }}
121121
timeout-minutes: 60

.github/workflows/build-smol.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket Smol Node Binaries
1+
name: ⚡ Smol Node Binaries
22

33
on:
44
workflow_call:
@@ -57,7 +57,7 @@ concurrency:
5757

5858
jobs:
5959
build-deps:
60-
name: Socket Dependencies
60+
name: ⚡ Dependencies
6161
runs-on: ubuntu-latest
6262
timeout-minutes: 15
6363
outputs:
@@ -113,7 +113,7 @@ jobs:
113113

114114
build-smol:
115115
needs: build-deps
116-
name: Socket Smol - ${{ matrix.platform }}-${{ matrix.arch }}
116+
name: ⚡ Smol - ${{ matrix.platform }}-${{ matrix.arch }}
117117
runs-on: ${{ matrix.runner }}
118118
timeout-minutes: ${{ inputs.force && 150 || 120 }}
119119
strategy:
@@ -510,7 +510,7 @@ jobs:
510510
if-no-files-found: ignore
511511

512512
summary:
513-
name: Socket Build Summary
513+
name: ⚡ Build Summary
514514
needs: [build-smol]
515515
if: always()
516516
runs-on: ubuntu-latest

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket WASM Assets
1+
name: ⚡ WASM Assets
22

33
on:
44
workflow_call:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket CI
1+
name: ⚡ CI
22

33
# Dependencies:
44
# - SocketDev/socket-registry/.github/workflows/ci.yml

.github/workflows/publish-socketbin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket Publish
1+
name: ⚡ Publish
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)