chore: update workflow to use k8s runner
This commit is contained in:
parent
c0830e2d63
commit
878c84637b
|
|
@ -8,7 +8,7 @@ name: Homelab Main
|
|||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: homelab-debian
|
||||
runs-on: k8s
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
./jeannie validate
|
||||
|
||||
deploy:
|
||||
runs-on: homelab-debian
|
||||
runs-on: k8s
|
||||
needs:
|
||||
- validate
|
||||
if: ${{ gitea.ref == 'refs/heads/main' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue