Skip to content

Commit

Permalink
use single runner label for custom-linux-large
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaguerta committed May 16, 2024
1 parent ae54712 commit f6ab7a8
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 f6ab7a8

Please sign in to comment.