Run the jobs on selfhosted worker
parent
f8a1942b62
commit
6d97718455
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-test:
|
lint-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Latest k8s versions. There's no series-based tag, nor is there a latest tag.
|
# Latest k8s versions. There's no series-based tag, nor is there a latest tag.
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.repository == 'vmware-tanzu/helm-charts'
|
if: github.repository == 'vmware-tanzu/helm-charts'
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue