Skip to content

Commit

Permalink
Use GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Nov 26, 2024
1 parent 8cf1d17 commit 26019b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
chart-testing:
runs-on: [self-hosted, cloud-infra-ci-runner-small]
runs-on: [ubuntu-latest]
container:
image: quay.io/helmpack/chart-testing:v3.11.0
options: --user 1001
Expand All @@ -27,7 +27,7 @@ jobs:
message-path: ct-lint-output.txt

helm-unit-test:
runs-on: [self-hosted, cloud-infra-ci-runner-small]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 26019b9

Please sign in to comment.