runs-on
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 2s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s

This commit is contained in:
2026-02-07 15:13:31 -07:00
parent 040a7e50ce
commit b9ec61015b
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1,11 +1,11 @@
name: ZFS Backup
runs-on: home-server
on:
schedule:
- cron: 0 1 * * *
workflow_dispatch:
jobs:
update-infrastructure:
runs-on: home-server
steps:
- name: run syncoid
run: |

View File

@@ -1,9 +1,9 @@
name: Update Repository
runs-on: home-server
on:
workflow_call:
jobs:
update-repo-folder:
runs-on: [home-server]
steps:
- name: checkout repo
working-directory: /home/gitea-runner