Skip to content

Commit 82aa636

Browse files
committed
feat: Use custom runner to build helm chart
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
1 parent 7998955 commit 82aa636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.ref_type == 'tag' || github.ref_name == ${{ needs.docker-build-push.outputs.default_branch }}
4747
needs:
4848
- docker-build-push
49-
runs-on: ubuntu-24.04
49+
runs-on: linux-amd64-cpu4
5050
env:
5151
NGC_REPO: nvstaging/mellanox/network-operator
5252
steps:

0 commit comments

Comments
 (0)