Update .gitea/workflows/ci.yml
Some checks are pending
Test runner / hello (push) Waiting to run

This commit is contained in:
Aaron Honeycutt 2025-12-10 13:16:57 -07:00
parent 0d32b7f0ab
commit 8b39e2d694

View file

@ -6,7 +6,7 @@ on:
jobs:
hello:
runs-on: self-hosted # tells Gitea to use a selfhosted runner
runs-on: monolith
steps:
- name: Print host info
run: |