Skip to content

Commit

Permalink
Merge pull request #100 from ArangoGutierrez/nv-gha-runners
Browse files Browse the repository at this point in the history
Use NV GHA Runners
  • Loading branch information
ArangoGutierrez authored Oct 2, 2024
2 parents 0fb1539 + df1e868 commit d00204c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
check:
runs-on: ubuntu-latest
runs-on: linux-amd64-cpu4
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,15 @@
name: image

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
push:
branches:
- "pull-request/[0-9]+"
- main
- release-*

jobs:
gh-runner-image:
runs-on: ubuntu-latest
runs-on: linux-amd64-cpu4
steps:
- uses: actions/checkout@v4
name: Check out code
Expand Down

0 comments on commit d00204c

Please sign in to comment.