Run from github workers

main
Rakshit Menpara 2022-07-07 20:21:02 +05:30
parent e88479b00d
commit bcf30f60ce
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
lint-test:
runs-on: [self-hosted]
runs-on: ubuntu-latest
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 == 'Improwised/charts'
runs-on: [self-hosted]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2