Skip to content

Commit 9483b8a

Browse files
committed
[CI] use nv-hosted action runners for image builds
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 9cae45a commit 9483b8a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/image.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,15 @@
1616
name: image
1717

1818
on:
19-
pull_request:
20-
types:
21-
- opened
22-
- synchronize
23-
branches:
24-
- main
25-
- release-*
2619
push:
2720
branches:
2821
- main
22+
- "pull-request/[0-9]+"
2923
- release-*
3024

3125
jobs:
3226
image:
33-
runs-on: ubuntu-latest
27+
runs-on: linux-amd64-cpu4
3428
strategy:
3529
matrix:
3630
driver:
@@ -101,7 +95,7 @@ jobs:
10195
DRIVER_VERSIONS=${{ matrix.driver }} make build-${{ matrix.dist }}-${{ matrix.driver }}
10296
10397
pre-compiled:
104-
runs-on: ubuntu-latest
98+
runs-on: linux-amd64-cpu4
10599
strategy:
106100
matrix:
107101
driver:

0 commit comments

Comments
 (0)