Skip to content

Commit

Permalink
Use single runner label for custom-linux-large runner (#2241)
Browse files Browse the repository at this point in the history
use single runner label for custom-linux-large
  • Loading branch information
dlaguerta authored May 16, 2024
1 parent ae54712 commit faab4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
self-hosted-runner:
# Labels of custom runners in array of string
labels:
- custom
- custom-linux-large
- custom-linux-large
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
make test
acceptance:
needs: [go-version, build]
runs-on: [custom, linux, custom-linux-large]
runs-on: custom-linux-large
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit faab4d8

Please sign in to comment.