runs-on
This commit is contained in:
@@ -3,6 +3,7 @@ on: [push, workflow_dispatch]
|
|||||||
jobs:
|
jobs:
|
||||||
update-repo:
|
update-repo:
|
||||||
uses: ./.gitea/workflows/update-repo.yml
|
uses: ./.gitea/workflows/update-repo.yml
|
||||||
|
runs-on: home-server
|
||||||
update-infrastructure:
|
update-infrastructure:
|
||||||
runs-on: home-server
|
runs-on: home-server
|
||||||
needs: update-repo-folder
|
needs: update-repo-folder
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update-infrastructure:
|
update-infrastructure:
|
||||||
runs-on: home-server
|
runs-on: [home-server]
|
||||||
steps:
|
steps:
|
||||||
- name: run syncoid
|
- name: run syncoid
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user