Skip to content

Commit

Permalink
run on github runners (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoeft authored Feb 6, 2024
1 parent ad244f4 commit 63b32be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lint-chart:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
run: ct lint --config .github/ct.yaml

lint-docs:
runs-on: self-hosted
runs-on: ubuntu-latest
needs: lint-chart
steps:
- name: Checkout
Expand All @@ -47,7 +47,7 @@ jobs:
needs:
- lint-chart
- lint-docs
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 1
if: always()
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 63b32be

Please sign in to comment.