File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build-test :
9- runs-on : ubuntu-latest
9+ runs-on : neodash-runners
1010 strategy :
1111 matrix :
1212 node-version : [18.x]
3535 browser : chrome
3636 build-s3 :
3737 needs : build-test
38- runs-on : ubuntu-latest
38+ runs-on : neodash-runners
3939 strategy :
4040 matrix :
4141 node-version : [18.x]
Original file line number Diff line number Diff line change 66
77jobs :
88 build-test :
9- runs-on : ubuntu-latest
9+ runs-on : neodash-runners
1010 strategy :
1111 matrix :
1212 node-version : [18.x]
Original file line number Diff line number Diff line change 66
77jobs :
88 build-test :
9- runs-on : ubuntu-latest
9+ runs-on : neodash-runners
1010 strategy :
1111 matrix :
1212 node-version : [18.x]
3535 browser : chrome
3636 build-s3 :
3737 needs : build-test
38- runs-on : ubuntu-latest
38+ runs-on : neodash-runners
3939 strategy :
4040 matrix :
4141 node-version : [18.x]
5858 - run : aws s3 rm s3://neodash.graphapp.io/ --recursive && aws s3 sync dist s3://neodash.graphapp.io/ --acl public-read
5959 build-docker :
6060 needs : build-test
61- runs-on : ubuntu-latest
61+ runs-on : neodash-runners
6262 strategy :
6363 matrix :
6464 node-version : [18.x]
8282 tags : ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.3.3
8383 build-docker-legacy :
8484 needs : build-test
85- runs-on : ubuntu-latest
85+ runs-on : neodash-runners
8686 strategy :
8787 matrix :
8888 node-version : [18.x]
@@ -105,7 +105,7 @@ jobs:
105105 push : true
106106 tags : ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.3.3
107107 deploy-gallery :
108- runs-on : ubuntu-latest
108+ runs-on : neodash-runners
109109 strategy :
110110 matrix :
111111 node-version : [18.x]
@@ -126,7 +126,7 @@ jobs:
126126 - run : aws s3 rm s3://neodash-gallery.graphapp.io/ --recursive && aws s3 sync gallery/build s3://neodash-gallery.graphapp.io/ --acl public-read
127127 deploy-docs :
128128 needs : build-test
129- runs-on : ubuntu-latest
129+ runs-on : neodash-runners
130130 steps :
131131 - name : Trigger Developer Event
132132 uses : peter-evans/repository-dispatch@main
@@ -136,7 +136,7 @@ jobs:
136136 event-type : labs
137137 build-npm :
138138 needs : build-test
139- runs-on : ubuntu-latest
139+ runs-on : neodash-runners
140140 strategy :
141141 matrix :
142142 node-version : [18.x]
Original file line number Diff line number Diff line change 66
77jobs :
88 build-test :
9- runs-on : ubuntu-latest
9+ runs-on : neodash-runners
1010 strategy :
1111 matrix :
1212 node-version : [18.x]
You can’t perform that action at this time.
0 commit comments