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

This commit is contained in:
2026-02-07 15:12:47 -07:00
parent 8bf14fbdf6
commit 040a7e50ce
3 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ 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: [self-hosted, 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: [self-hosted]
steps:
- name: checkout repo
working-directory: /home/gitea-runner