runs-on
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
name: Apply Kuberentes Configs
|
||||
on: [push, workflow_dispatch]
|
||||
runs-on: home-server
|
||||
jobs:
|
||||
update-repo:
|
||||
uses: ./.gitea/workflows/update-repo.yml
|
||||
update-infrastructure:
|
||||
runs-on: home-server
|
||||
needs: update-repo-folder
|
||||
steps:
|
||||
- name: update home server containers
|
||||
|
||||
Reference in New Issue
Block a user