File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ⚡ Socket SEA Binaries
1+ name : ⚡ SEA Binaries
22
33on :
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
Original file line number Diff line number Diff line change 1- name : ⚡ Socket Smol Node Binaries
1+ name : ⚡ Smol Node Binaries
22
33on :
44 workflow_call :
@@ -57,7 +57,7 @@ concurrency:
5757
5858jobs :
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
Original file line number Diff line number Diff line change 1- name : ⚡ Socket WASM Assets
1+ name : ⚡ WASM Assets
22
33on :
44 workflow_call :
Original file line number Diff line number Diff line change 1- name : ⚡ Socket CI
1+ name : ⚡ CI
22
33# Dependencies:
44# - SocketDev/socket-registry/.github/workflows/ci.yml
Original file line number Diff line number Diff line change 1- name : ⚡ Socket Publish
1+ name : ⚡ Publish
22
33on :
44 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments