Skip to content

Commit d00204c

Browse files
Merge pull request #100 from ArangoGutierrez/nv-gha-runners
Use NV GHA Runners
2 parents 0fb1539 + df1e868 commit d00204c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/golang.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
check:
26-
runs-on: ubuntu-latest
26+
runs-on: linux-amd64-cpu4
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4

.github/workflows/image.yaml

+2-8
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:
21+
- "pull-request/[0-9]+"
2822
- main
2923
- release-*
3024

3125
jobs:
3226
gh-runner-image:
33-
runs-on: ubuntu-latest
27+
runs-on: linux-amd64-cpu4
3428
steps:
3529
- uses: actions/checkout@v4
3630
name: Check out code

0 commit comments

Comments
 (0)