@@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 dgraph-build-amd64 :
24- runs-on : warp-ubuntu-latest-x64-16x
24+ runs-on : warp-ubuntu-latest-x64-4x
2525 timeout-minutes : 15
2626 steps :
2727 - uses : actions/checkout@v4
@@ -121,7 +121,7 @@ jobs:
121121 path : dgraph-standalone-amd64.tar
122122
123123 dgraph-build-arm64 :
124- runs-on : warp-ubuntu-latest-arm64-16x
124+ runs-on : warp-ubuntu-latest-arm64-4x
125125 timeout-minutes : 15
126126 steps :
127127 - uses : actions/checkout@v4
@@ -156,7 +156,7 @@ jobs:
156156 run : |
157157 #!/bin/bash
158158 GIT_TAG_NAME='${{ github.event.inputs.releasetag }}'
159- if [[ "$GIT_TAG_NAME" == "v"* ]];
159+ if [[ "$GIT_TAG_NAME" == "v"* ]];
160160 then
161161 echo "this is a release branch"
162162 else
@@ -222,7 +222,7 @@ jobs:
222222
223223 graph-docker-image-and-manifests-push :
224224 needs : [dgraph-build-amd64, dgraph-build-arm64]
225- runs-on : warp-ubuntu-latest-x64-16x
225+ runs-on : warp-ubuntu-latest-x64-4x
226226 timeout-minutes : 15
227227 steps :
228228 - uses : actions/checkout@v4
@@ -232,7 +232,7 @@ jobs:
232232 run : |
233233 #!/bin/bash
234234 GIT_TAG_NAME='${{ github.event.inputs.releasetag }}'
235- if [[ "$GIT_TAG_NAME" == "v"* ]];
235+ if [[ "$GIT_TAG_NAME" == "v"* ]];
236236 then
237237 echo "this is a release branch"
238238 else
0 commit comments