fix runs-on
Some checks failed
Deploy Containers / Prepare (push) Failing after 11s

This commit is contained in:
2025-07-29 20:41:34 -04:00
parent b8e9758e49
commit 812ef85481

View File

@@ -8,7 +8,7 @@ on:
jobs:
deploy:
name: Prepare
runs-on: runner:host
runs-on: runner
steps:
- name: Checkout Repo
uses: actions/checkout@v4