Update workflow to use correct runner label: dsw:host
Some checks failed
Check Runner IP Address / check-ip (push) Has been cancelled

This commit is contained in:
ben
2026-02-02 03:41:35 +00:00
parent 10783ee415
commit 8873a6a032

View File

@@ -8,7 +8,7 @@ on:
jobs:
check-ip:
runs-on: ubuntu:host
runs-on: [dsw:host]
steps:
- name: Checkout code
uses: actions/checkout@v3