runs-on
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 2s

This commit is contained in:
2026-02-07 15:14:18 -07:00
parent b9ec61015b
commit faf0ac890a
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ on: [push, workflow_dispatch]
jobs:
update-repo:
uses: ./.gitea/workflows/update-repo.yml
runs-on: home-server
update-infrastructure:
runs-on: home-server
needs: update-repo-folder

View File

@@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
update-infrastructure:
runs-on: home-server
runs-on: [home-server]
steps:
- name: run syncoid
run: |