Skip to content

Commit

Permalink
Use self-hosted runner to work around disk space limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Aug 31, 2023
1 parent 7386464 commit 52fee30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ env:

jobs:
lint:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read

Expand Down Expand Up @@ -70,7 +71,8 @@ jobs:
helm-hog test --no-apply --batch --auto-remove-success --parallel=0
test:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ env:

jobs:
lint:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read

Expand Down Expand Up @@ -73,7 +74,8 @@ jobs:
helm-hog test --no-apply --batch --auto-remove-success --parallel=0
test:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read

Expand Down

0 comments on commit 52fee30

Please sign in to comment.