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: update-repo:
uses: ./.gitea/workflows/update-repo.yml uses: ./.gitea/workflows/update-repo.yml
update-infrastructure: update-infrastructure:
runs-on: home-server
needs: update-repo-folder needs: update-repo-folder
steps: steps:
- name: update home server containers - name: update home server containers

View File

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

View File

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