Run the jobs on selfhosted worker

main
Rakshit Menpara 2022-07-07 19:41:01 +05:30
parent f8a1942b62
commit 6d97718455
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
lint-test:
runs-on: ubuntu-latest
runs-on: [self-hosted]
strategy:
matrix:
# Latest k8s versions. There's no series-based tag, nor is there a latest tag.

View File

@ -8,7 +8,7 @@ on:
jobs:
release:
if: github.repository == 'vmware-tanzu/helm-charts'
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v2